Html Css Color HEX #C9426E Cabaret

📋 copy color: '#C9426E'

red 201 ◦ green 66 ◦ blue 110

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

Shades of Cabaret #C9426E

Tints of Cabaret #C9426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 53.32%
G = 17.51%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9426E (or 0xC9426E) is known color: Cabaret. HEX triplet: C9, 42 and 6E. RGB value is (201,66,110). Sum of RGB (Red+Green+Blue) = 201+66+110=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9426E is #36BD91. Grayscale: #6F6F6F. Windows color (decimal): -3587474 or 7226057. OLE color: 7226057.

HSL color Cylindrical-coordinate representation of color #C9426E: hue angle of 340.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9426E is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 110 -
CMYK 0 0.67 0.45 0.21
HSL 340.44º 0.56% 0.52% -
HSV(B) 340.44º 0.67% 0.79% -
XYZ 28.85 17.44 16.6 -
YUV 111.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 201 66 110 0 0.67 0.45 0.21 340.44 0.56 0.52
Hex C9 42 6E 0 43 2D 15 154 38 34
Octal 311 102 156 0 103 55 25 524 70 64
Binary 11001001 1000010 1101110 0 1000011 101101 10101 101010100 111000 110100

Color Harmonies of #C9426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9426E

Black with #C9426E

Text Example


Text Example

White with #C9426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9426E; }

 p { color: rgb(201,66,110); }

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

background-color css

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

 a { background-color: rgb(201,66,110); }

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

border-color css

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

 span { border-color: rgb(201,66,110); }

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