Html Css Color HEX #C9426A Cabaret

📋 copy color: '#C9426A'

red 201 ◦ green 66 ◦ blue 106

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

Shades of Cabaret #C9426A

Tints of Cabaret #C9426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.42%

R = 53.89%
G = 17.69%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9426A (or 0xC9426A) is known color: Cabaret. HEX triplet: C9, 42 and 6A. RGB value is (201,66,106). Sum of RGB (Red+Green+Blue) = 201+66+106=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9426A is #36BD95. Grayscale: #6E6E6E. Windows color (decimal): -3587478 or 6963913. OLE color: 6963913.

HSL color Cylindrical-coordinate representation of color #C9426A: hue angle of 342.22º 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 #C9426A is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 106 -
CMYK 0 0.67 0.47 0.21
HSL 342.22º 0.56% 0.52% -
HSV(B) 342.22º 0.67% 0.79% -
XYZ 28.64 17.35 15.48 -
YUV 110.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 201 66 106 0 0.67 0.47 0.21 342.22 0.56 0.52
Hex C9 42 6A 0 43 2F 15 156 38 34
Octal 311 102 152 0 103 57 25 526 70 64
Binary 11001001 1000010 1101010 0 1000011 101111 10101 101010110 111000 110100

Color Harmonies of #C9426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9426A

Black with #C9426A

Text Example


Text Example

White with #C9426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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