Html Css Color HEX #C9406A Cabaret

📋 copy color: '#C9406A'

red 201 ◦ green 64 ◦ blue 106

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

Shades of Cabaret #C9406A

Tints of Cabaret #C9406A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

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

R = 54.18%
G = 17.25%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9406A (or 0xC9406A) is known color: Cabaret. HEX triplet: C9, 40 and 6A. RGB value is (201,64,106). Sum of RGB (Red+Green+Blue) = 201+64+106=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C9406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9406A is #36BF95. Grayscale: #6D6D6D. Windows color (decimal): -3587990 or 6963401. OLE color: 6963401.

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

Color convert

RGB 201 64 106 -
CMYK 0 0.68 0.47 0.21
HSL 341.61º 0.56% 0.52% -
HSV(B) 341.61º 0.68% 0.79% -
XYZ 28.52 17.12 15.44 -
YUV 109.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 201 64 106 0 0.68 0.47 0.21 341.61 0.56 0.52
Hex C9 40 6A 0 44 2F 15 156 38 34
Octal 311 100 152 0 104 57 25 526 70 64
Binary 11001001 1000000 1101010 0 1000100 101111 10101 101010110 111000 110100

Color Harmonies of #C9406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9406A

Black with #C9406A

Text Example


Text Example

White with #C9406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9406A; }

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

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

background-color css

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

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

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

border-color css

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

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

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