Html Css Color HEX #CC4565 Cabaret

📋 copy color: '#CC4565'

red 204 ◦ green 69 ◦ blue 101

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

Shades of Cabaret #CC4565

Tints of Cabaret #CC4565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 54.55%
G = 18.45%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC4565 (or 0xCC4565) is known color: Cabaret. HEX triplet: CC, 45 and 65. RGB value is (204,69,101). Sum of RGB (Red+Green+Blue) = 204+69+101=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4565 is #33BA9A. Grayscale: #717171. Windows color (decimal): -3390107 or 6637004. OLE color: 6637004.

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

Color convert

RGB 204 69 101 -
CMYK 0 0.66 0.50 0.2
HSL 345.78º 0.57% 0.54% -
HSV(B) 345.78º 0.66% 0.8% -
XYZ 29.38 18.03 14.24 -
YUV 113.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 204 69 101 0 0.66 0.50 0.2 345.78 0.57 0.54
Hex CC 45 65 0 42 32 14 15A 39 36
Octal 314 105 145 0 102 62 24 532 71 66
Binary 11001100 1000101 1100101 0 1000010 110010 10100 101011010 111001 110110

Color Harmonies of #CC4565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4565

Black with #CC4565

Text Example


Text Example

White with #CC4565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4565; }

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

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

background-color css

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

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

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

border-color css

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

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

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