Html Css Color HEX #CC556C Cabaret

📋 copy color: '#CC556C'

red 204 ◦ green 85 ◦ blue 108

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

Shades of Cabaret #CC556C

Tints of Cabaret #CC556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 108 (42.58% from 255) = 27.2%

R = 51.39%
G = 21.41%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC556C (or 0xCC556C) is known color: Cabaret. HEX triplet: CC, 55 and 6C. RGB value is (204,85,108). Sum of RGB (Red+Green+Blue) = 204+85+108=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC556C is #33AA93. Grayscale: #7B7B7B. Windows color (decimal): -3386004 or 7099852. OLE color: 7099852.

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

Color convert

RGB 204 85 108 -
CMYK 0 0.58 0.47 0.2
HSL 348.4º 0.54% 0.57% -
HSV(B) 348.4º 0.58% 0.8% -
XYZ 30.86 20.42 16.5 -
YUV 123.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 204 85 108 0 0.58 0.47 0.2 348.4 0.54 0.57
Hex CC 55 6C 0 3A 2F 14 15C 36 39
Octal 314 125 154 0 72 57 24 534 66 71
Binary 11001100 1010101 1101100 0 111010 101111 10100 101011100 110110 111001

Color Harmonies of #CC556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC556C

Black with #CC556C

Text Example


Text Example

White with #CC556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC556C; }

 p { color: rgb(204,85,108); }

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

background-color css

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

 a { background-color: rgb(204,85,108); }

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

border-color css

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

 span { border-color: rgb(204,85,108); }

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