Html Css Color HEX #CC5A6A Cabaret

📋 copy color: '#CC5A6A'

red 204 ◦ green 90 ◦ blue 106

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

Shades of Cabaret #CC5A6A

Tints of Cabaret #CC5A6A

RGB

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

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

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

R = 51%
G = 22.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC5A6A (or 0xCC5A6A) is known color: Cabaret. HEX triplet: CC, 5A and 6A. RGB value is (204,90,106). Sum of RGB (Red+Green+Blue) = 204+90+106=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A6A is #33A595. Grayscale: #7D7D7D. Windows color (decimal): -3384726 or 6970060. OLE color: 6970060.

HSL color Cylindrical-coordinate representation of color #CC5A6A: hue angle of 351.58º 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 #CC5A6A is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 106 -
CMYK 0 0.56 0.48 0.2
HSL 351.58º 0.53% 0.58% -
HSV(B) 351.58º 0.56% 0.8% -
XYZ 31.16 21.19 16.08 -
YUV 125.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 204 90 106 0 0.56 0.48 0.2 351.58 0.53 0.58
Hex CC 5A 6A 0 38 30 14 160 35 3A
Octal 314 132 152 0 70 60 24 540 65 72
Binary 11001100 1011010 1101010 0 111000 110000 10100 101100000 110101 111010

Color Harmonies of #CC5A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A6A

Black with #CC5A6A

Text Example


Text Example

White with #CC5A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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