Html Css Color HEX #C9406C Cabaret

📋 copy color: '#C9406C'

red 201 ◦ green 64 ◦ blue 108

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

Shades of Cabaret #C9406C

Tints of Cabaret #C9406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 53.89%
G = 17.16%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9406C (or 0xC9406C) is known color: Cabaret. HEX triplet: C9, 40 and 6C. RGB value is (201,64,108). Sum of RGB (Red+Green+Blue) = 201+64+108=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9406C is #36BF93. Grayscale: #6D6D6D. Windows color (decimal): -3587988 or 7094473. OLE color: 7094473.

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

Color convert

RGB 201 64 108 -
CMYK 0 0.68 0.46 0.21
HSL 340.73º 0.56% 0.52% -
HSV(B) 340.73º 0.68% 0.79% -
XYZ 28.63 17.17 15.99 -
YUV 109.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 201 64 108 0 0.68 0.46 0.21 340.73 0.56 0.52
Hex C9 40 6C 0 44 2E 15 155 38 34
Octal 311 100 154 0 104 56 25 525 70 64
Binary 11001001 1000000 1101100 0 1000100 101110 10101 101010101 111000 110100

Color Harmonies of #C9406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9406C

Black with #C9406C

Text Example


Text Example

White with #C9406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9406C; }

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

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

background-color css

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

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

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

border-color css

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

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

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