Html Css Color HEX #C9606A Cabaret

📋 copy color: '#C9606A'

red 201 ◦ green 96 ◦ blue 106

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

Shades of Cabaret #C9606A

Tints of Cabaret #C9606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

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

R = 49.88%
G = 23.82%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9606A (or 0xC9606A) is known color: Cabaret. HEX triplet: C9, 60 and 6A. RGB value is (201,96,106). Sum of RGB (Red+Green+Blue) = 201+96+106=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9606A is #369F95. Grayscale: #808080. Windows color (decimal): -3579798 or 6971593. OLE color: 6971593.

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

Color convert

RGB 201 96 106 -
CMYK 0 0.52 0.47 0.21
HSL 354.29º 0.49% 0.58% -
HSV(B) 354.29º 0.52% 0.79% -
XYZ 30.87 21.82 16.22 -
YUV 128.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 201 96 106 0 0.52 0.47 0.21 354.29 0.49 0.58
Hex C9 60 6A 0 34 2F 15 162 31 3A
Octal 311 140 152 0 64 57 25 542 61 72
Binary 11001001 1100000 1101010 0 110100 101111 10101 101100010 110001 111010

Color Harmonies of #C9606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9606A

Black with #C9606A

Text Example


Text Example

White with #C9606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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