Html Css Color HEX #C9606D Cabaret

📋 copy color: '#C9606D'

red 201 ◦ green 96 ◦ blue 109

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

Shades of Cabaret #C9606D

Tints of Cabaret #C9606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.85%

R = 49.51%
G = 23.65%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9606D (or 0xC9606D) is known color: Cabaret. HEX triplet: C9, 60 and 6D. RGB value is (201,96,109). Sum of RGB (Red+Green+Blue) = 201+96+109=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9606D is #369F92. Grayscale: #808080. Windows color (decimal): -3579795 or 7168201. OLE color: 7168201.

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

Color convert

RGB 201 96 109 -
CMYK 0 0.52 0.46 0.21
HSL 352.57º 0.49% 0.58% -
HSV(B) 352.57º 0.52% 0.79% -
XYZ 31.03 21.89 17.06 -
YUV 128.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 201 96 109 0 0.52 0.46 0.21 352.57 0.49 0.58
Hex C9 60 6D 0 34 2E 15 161 31 3A
Octal 311 140 155 0 64 56 25 541 61 72
Binary 11001001 1100000 1101101 0 110100 101110 10101 101100001 110001 111010

Color Harmonies of #C9606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9606D

Black with #C9606D

Text Example


Text Example

White with #C9606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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