Html Css Color HEX #C9084E Razzmatazz

📋 copy color: '#C9084E'

red 201 ◦ green 8 ◦ blue 78

#C9084E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #C9084E

Tints of Razzmatazz #C9084E

RGB

 RED value IS 201 (78.91% from 255) = 70.03%

 GREEN value IS 8 (3.52% from 255) = 2.79%

 BLUE value IS 78 (30.86% from 255) = 27.18%

R = 70.03%
G = 2.79%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9084E (or 0xC9084E) is known color: Razzmatazz. HEX triplet: C9, 08 and 4E. RGB value is (201,8,78). Sum of RGB (Red+Green+Blue) = 201+8+78=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C9084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9084E is #36F7B1. Grayscale: #494949. Windows color (decimal): -3602354 or 5114057. OLE color: 5114057.

HSL color Cylindrical-coordinate representation of color #C9084E: hue angle of 338.24º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9084E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 78 -
CMYK 0 0.96 0.61 0.21
HSL 338.24º 0.92% 0.41% -
HSV(B) 338.24º 0.96% 0.79% -
XYZ 25.55 13.14 8.4 -
YUV 73.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 201 8 78 0 0.96 0.61 0.21 338.24 0.92 0.41
Hex C9 8 4E 0 60 3D 15 152 5C 29
Octal 311 10 116 0 140 75 25 522 134 51
Binary 11001001 1000 1001110 0 1100000 111101 10101 101010010 1011100 101001

Color Harmonies of #C9084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9084E

Black with #C9084E

Text Example


Text Example

White with #C9084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9084E; }

 p { color: rgb(201,8,78); }

 H1.HeaderClassName
 {
   color: #C9084E;
 }
 .AnyTagClassName
 {
   color: #C9084E;
 }
</style>

background-color css

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

 a { background-color: rgb(201,8,78); }

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

border-color css

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

 span { border-color: rgb(201,8,78); }

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