Html Css Color HEX #CC4568 Cabaret

📋 copy color: '#CC4568'

red 204 ◦ green 69 ◦ blue 104

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

Shades of Cabaret #CC4568

Tints of Cabaret #CC4568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 54.11%
G = 18.3%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC4568 (or 0xCC4568) is known color: Cabaret. HEX triplet: CC, 45 and 68. RGB value is (204,69,104). Sum of RGB (Red+Green+Blue) = 204+69+104=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4568 is #33BA97. Grayscale: #717171. Windows color (decimal): -3390104 or 6833612. OLE color: 6833612.

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

Color convert

RGB 204 69 104 -
CMYK 0 0.66 0.49 0.2
HSL 344.44º 0.57% 0.54% -
HSV(B) 344.44º 0.66% 0.8% -
XYZ 29.53 18.09 15.03 -
YUV 113.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 204 69 104 0 0.66 0.49 0.2 344.44 0.57 0.54
Hex CC 45 68 0 42 31 14 158 39 36
Octal 314 105 150 0 102 61 24 530 71 66
Binary 11001100 1000101 1101000 0 1000010 110001 10100 101011000 111001 110110

Color Harmonies of #CC4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4568

Black with #CC4568

Text Example


Text Example

White with #CC4568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4568; }

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

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

background-color css

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

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

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

border-color css

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

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

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