Html Css Color HEX #CC4372 Cabaret

📋 copy color: '#CC4372'

red 204 ◦ green 67 ◦ blue 114

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

Shades of Cabaret #CC4372

Tints of Cabaret #CC4372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 52.99%
G = 17.4%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC4372 (or 0xCC4372) is known color: Cabaret. HEX triplet: CC, 43 and 72. RGB value is (204,67,114). Sum of RGB (Red+Green+Blue) = 204+67+114=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4372 is #33BC8D. Grayscale: #717171. Windows color (decimal): -3390606 or 7488460. OLE color: 7488460.

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

Color convert

RGB 204 67 114 -
CMYK 0 0.67 0.44 0.2
HSL 339.42º 0.57% 0.53% -
HSV(B) 339.42º 0.67% 0.8% -
XYZ 29.95 18.07 17.83 -
YUV 113.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 204 67 114 0 0.67 0.44 0.2 339.42 0.57 0.53
Hex CC 43 72 0 43 2C 14 153 39 35
Octal 314 103 162 0 103 54 24 523 71 65
Binary 11001100 1000011 1110010 0 1000011 101100 10100 101010011 111001 110101

Color Harmonies of #CC4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4372

Black with #CC4372

Text Example


Text Example

White with #CC4372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4372; }

 p { color: rgb(204,67,114); }

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

background-color css

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

 a { background-color: rgb(204,67,114); }

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

border-color css

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

 span { border-color: rgb(204,67,114); }

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