Html Css Color HEX #CC4561 Cabaret

📋 copy color: '#CC4561'

red 204 ◦ green 69 ◦ blue 97

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

Shades of Cabaret #CC4561

Tints of Cabaret #CC4561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.65%

 BLUE value IS 97 (38.28% from 255) = 26.22%

R = 55.14%
G = 18.65%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC4561 (or 0xCC4561) is known color: Cabaret. HEX triplet: CC, 45 and 61. RGB value is (204,69,97). Sum of RGB (Red+Green+Blue) = 204+69+97=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4561 is #33BA9E. Grayscale: #707070. Windows color (decimal): -3390111 or 6374860. OLE color: 6374860.

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

Color convert

RGB 204 69 97 -
CMYK 0 0.66 0.52 0.2
HSL 347.56º 0.57% 0.54% -
HSV(B) 347.56º 0.66% 0.8% -
XYZ 29.19 17.96 13.24 -
YUV 112.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 204 69 97 0 0.66 0.52 0.2 347.56 0.57 0.54
Hex CC 45 61 0 42 34 14 15C 39 36
Octal 314 105 141 0 102 64 24 534 71 66
Binary 11001100 1000101 1100001 0 1000010 110100 10100 101011100 111001 110110

Color Harmonies of #CC4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4561

Black with #CC4561

Text Example


Text Example

White with #CC4561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4561; }

 p { color: rgb(204,69,97); }

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

background-color css

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

 a { background-color: rgb(204,69,97); }

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

border-color css

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

 span { border-color: rgb(204,69,97); }

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