Html Css Color HEX #CC556B Cabaret

📋 copy color: '#CC556B'

red 204 ◦ green 85 ◦ blue 107

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

Shades of Cabaret #CC556B

Tints of Cabaret #CC556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 51.52%
G = 21.46%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC556B (or 0xCC556B) is known color: Cabaret. HEX triplet: CC, 55 and 6B. RGB value is (204,85,107). Sum of RGB (Red+Green+Blue) = 204+85+107=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC556B is #33AA94. Grayscale: #7B7B7B. Windows color (decimal): -3386005 or 7034316. OLE color: 7034316.

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

Color convert

RGB 204 85 107 -
CMYK 0 0.58 0.48 0.2
HSL 348.91º 0.54% 0.57% -
HSV(B) 348.91º 0.58% 0.8% -
XYZ 30.8 20.4 16.22 -
YUV 123.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 204 85 107 0 0.58 0.48 0.2 348.91 0.54 0.57
Hex CC 55 6B 0 3A 30 14 15D 36 39
Octal 314 125 153 0 72 60 24 535 66 71
Binary 11001100 1010101 1101011 0 111010 110000 10100 101011101 110110 111001

Color Harmonies of #CC556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC556B

Black with #CC556B

Text Example


Text Example

White with #CC556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC556B; }

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

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

background-color css

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

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

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

border-color css

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

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

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