Html Css Color HEX #CC4770 Cabaret

📋 copy color: '#CC4770'

red 204 ◦ green 71 ◦ blue 112

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

Shades of Cabaret #CC4770

Tints of Cabaret #CC4770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

 BLUE value IS 112 (44.14% from 255) = 28.94%

R = 52.71%
G = 18.35%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC4770 (or 0xCC4770) is known color: Cabaret. HEX triplet: CC, 47 and 70. RGB value is (204,71,112). Sum of RGB (Red+Green+Blue) = 204+71+112=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4770 is #33B88F. Grayscale: #737373. Windows color (decimal): -3389584 or 7358412. OLE color: 7358412.

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

Color convert

RGB 204 71 112 -
CMYK 0 0.65 0.45 0.2
HSL 341.5º 0.57% 0.54% -
HSV(B) 341.5º 0.65% 0.8% -
XYZ 30.08 18.51 17.32 -
YUV 115.44 126.06 191.17 -
System Red Green Blue C M Y K H S L
Decimal 204 71 112 0 0.65 0.45 0.2 341.5 0.57 0.54
Hex CC 47 70 0 41 2D 14 156 39 36
Octal 314 107 160 0 101 55 24 526 71 66
Binary 11001100 1000111 1110000 0 1000001 101101 10100 101010110 111001 110110

Color Harmonies of #CC4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4770

Black with #CC4770

Text Example


Text Example

White with #CC4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4770; }

 p { color: rgb(204,71,112); }

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

background-color css

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

 a { background-color: rgb(204,71,112); }

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

border-color css

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

 span { border-color: rgb(204,71,112); }

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