#C8094E

Color #C8094E Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #C8094E

Tints of Razzmatazz #C8094E

Color information

#C8094E (or 0xC8094E) is unknown color: approx Razzmatazz. HEX triplet: C8, 09 and 4E. RGB value is (200,9,78). Sum of RGB (Red+Green+Blue) = 200+9+78=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C8094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8094E is #37F6B1. Grayscale: #494949. Windows color (decimal): -3667634 or 5114312. OLE color: 5114312.

HSL color Cylindrical-coordinate representation of color #C8094E: hue angle of 338.32º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8094E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB200978-
CMYK00.960.610.22
HSL338.32º91.39%40.98%-
HSV(B)338.32º95.5%78.43%-
XYZ25.2913.028.39-
YUV73.97130.28217.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 69.69%
GREEN value IS 9 (3.91% from 255) = 3.14%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=69.69%
G=3.14%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20097800.960.610.22338.3291.3940.98
HexC894E0603D161525b29
Octal310111160140752652213351
Binary110010001001100111001100000111101101101010100101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8094E; }

 p { color: rgb(200,9,78); }

 H1.HeaderClassName
 {
   color: #C8094E;
 }
 .AnyTagClassName
 {
   color: #C8094E;
 }
</style>
background-color css

<style>
 a { background-color: #C8094E; }

 a { background-color: rgb(200,9,78); }

 div.DivClassName
 {
   background-color: #C8094E;
 }
 .BgClassName
 {
   background-color: #C8094E;
 }
</style>
border-color css

<style>
 span { border-color: #C8094E; }

 span { border-color: rgb(200,9,78); }

 td.TdClassName
 {
   border-color: #C8094E;
 }
 .TagClassName
 {
   border-color: #C8094E;
 }
</style>