Html Css Color HEX #C9606F Cabaret

📋 copy color: '#C9606F'

red 201 ◦ green 96 ◦ blue 111

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

Shades of Cabaret #C9606F

Tints of Cabaret #C9606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.21%

R = 49.26%
G = 23.53%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9606F (or 0xC9606F) is known color: Cabaret. HEX triplet: C9, 60 and 6F. RGB value is (201,96,111). Sum of RGB (Red+Green+Blue) = 201+96+111=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9606F is #369F90. Grayscale: #818181. Windows color (decimal): -3579793 or 7299273. OLE color: 7299273.

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

Color convert

RGB 201 96 111 -
CMYK 0 0.52 0.45 0.21
HSL 351.43º 0.49% 0.58% -
HSV(B) 351.43º 0.52% 0.79% -
XYZ 31.14 21.93 17.63 -
YUV 129.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 201 96 111 0 0.52 0.45 0.21 351.43 0.49 0.58
Hex C9 60 6F 0 34 2D 15 15F 31 3A
Octal 311 140 157 0 64 55 25 537 61 72
Binary 11001001 1100000 1101111 0 110100 101101 10101 101011111 110001 111010

Color Harmonies of #C9606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9606F

Black with #C9606F

Text Example


Text Example

White with #C9606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9606F; }

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

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

background-color css

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

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

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

border-color css

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

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

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