Html Css Color HEX #CC4762 Cabaret

📋 copy color: '#CC4762'

red 204 ◦ green 71 ◦ blue 98

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

Shades of Cabaret #CC4762

Tints of Cabaret #CC4762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.27%

R = 54.69%
G = 19.03%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC4762 (or 0xCC4762) is known color: Cabaret. HEX triplet: CC, 47 and 62. RGB value is (204,71,98). Sum of RGB (Red+Green+Blue) = 204+71+98=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4762 is #33B89D. Grayscale: #717171. Windows color (decimal): -3389598 or 6440908. OLE color: 6440908.

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

Color convert

RGB 204 71 98 -
CMYK 0 0.65 0.52 0.2
HSL 347.82º 0.57% 0.54% -
HSV(B) 347.82º 0.65% 0.8% -
XYZ 29.36 18.23 13.53 -
YUV 113.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 204 71 98 0 0.65 0.52 0.2 347.82 0.57 0.54
Hex CC 47 62 0 41 34 14 15C 39 36
Octal 314 107 142 0 101 64 24 534 71 66
Binary 11001100 1000111 1100010 0 1000001 110100 10100 101011100 111001 110110

Color Harmonies of #CC4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4762

Black with #CC4762

Text Example


Text Example

White with #CC4762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4762; }

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

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

background-color css

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

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

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

border-color css

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

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

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