Html Css Color HEX #CC5A66 Cabaret

📋 copy color: '#CC5A66'

red 204 ◦ green 90 ◦ blue 102

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

Shades of Cabaret #CC5A66

Tints of Cabaret #CC5A66

RGB

 RED value IS 204 (80.08% from 255) = 51.52%

 GREEN value IS 90 (35.55% from 255) = 22.73%

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 51.52%
G = 22.73%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC5A66 (or 0xCC5A66) is known color: Cabaret. HEX triplet: CC, 5A and 66. RGB value is (204,90,102). Sum of RGB (Red+Green+Blue) = 204+90+102=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A66 is #33A599. Grayscale: #7D7D7D. Windows color (decimal): -3384730 or 6707916. OLE color: 6707916.

HSL color Cylindrical-coordinate representation of color #CC5A66: hue angle of 353.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A66 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 102 -
CMYK 0 0.56 0.5 0.2
HSL 353.68º 0.53% 0.58% -
HSV(B) 353.68º 0.56% 0.8% -
XYZ 30.96 21.11 15.01 -
YUV 125.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 204 90 102 0 0.56 0.5 0.2 353.68 0.53 0.58
Hex CC 5A 66 0 38 32 14 162 35 3A
Octal 314 132 146 0 70 62 24 542 65 72
Binary 11001100 1011010 1100110 0 111000 110010 10100 101100010 110101 111010

Color Harmonies of #CC5A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A66

Black with #CC5A66

Text Example


Text Example

White with #CC5A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A66; }

 p { color: rgb(204,90,102); }

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

background-color css

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

 a { background-color: rgb(204,90,102); }

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

border-color css

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

 span { border-color: rgb(204,90,102); }

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