Html Css Color HEX #CC556D Cabaret

📋 copy color: '#CC556D'

red 204 ◦ green 85 ◦ blue 109

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

Shades of Cabaret #CC556D

Tints of Cabaret #CC556D

RGB

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

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

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

R = 51.26%
G = 21.36%
B = 27.39%

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

#CC556D (or 0xCC556D) is known color: Cabaret. HEX triplet: CC, 55 and 6D. RGB value is (204,85,109). Sum of RGB (Red+Green+Blue) = 204+85+109=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC556D is #33AA92. Grayscale: #7B7B7B. Windows color (decimal): -3386003 or 7165388. OLE color: 7165388.

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

Color convert

RGB 204 85 109 -
CMYK 0 0.58 0.47 0.2
HSL 347.9º 0.54% 0.57% -
HSV(B) 347.9º 0.58% 0.8% -
XYZ 30.91 20.44 16.78 -
YUV 123.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 204 85 109 0 0.58 0.47 0.2 347.9 0.54 0.57
Hex CC 55 6D 0 3A 2F 14 15C 36 39
Octal 314 125 155 0 72 57 24 534 66 71
Binary 11001100 1010101 1101101 0 111010 101111 10100 101011100 110110 111001

Color Harmonies of #CC556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC556D

Black with #CC556D

Text Example


Text Example

White with #CC556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC556D; }

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

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

background-color css

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

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

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

border-color css

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

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

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