Html Css Color HEX #CC4E70 Cabaret

📋 copy color: '#CC4E70'

red 204 ◦ green 78 ◦ blue 112

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

Shades of Cabaret #CC4E70

Tints of Cabaret #CC4E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.8%

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

R = 51.78%
G = 19.8%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC4E70 (or 0xCC4E70) is known color: Cabaret. HEX triplet: CC, 4E and 70. RGB value is (204,78,112). Sum of RGB (Red+Green+Blue) = 204+78+112=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4E70 is #33B18F. Grayscale: #777777. Windows color (decimal): -3387792 or 7360204. OLE color: 7360204.

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

Color convert

RGB 204 78 112 -
CMYK 0 0.62 0.45 0.2
HSL 343.81º 0.55% 0.55% -
HSV(B) 343.81º 0.62% 0.8% -
XYZ 30.55 19.46 17.47 -
YUV 119.55 123.74 188.24 -
System Red Green Blue C M Y K H S L
Decimal 204 78 112 0 0.62 0.45 0.2 343.81 0.55 0.55
Hex CC 4E 70 0 3E 2D 14 158 37 37
Octal 314 116 160 0 76 55 24 530 67 67
Binary 11001100 1001110 1110000 0 111110 101101 10100 101011000 110111 110111

Color Harmonies of #CC4E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E70

Black with #CC4E70

Text Example


Text Example

White with #CC4E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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