Html Css Color HEX #CC4862 Cabaret

📋 copy color: '#CC4862'

red 204 ◦ green 72 ◦ blue 98

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

Shades of Cabaret #CC4862

Tints of Cabaret #CC4862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

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

R = 54.55%
G = 19.25%
B = 26.2%

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

#CC4862 (or 0xCC4862) is known color: Cabaret. HEX triplet: CC, 48 and 62. RGB value is (204,72,98). Sum of RGB (Red+Green+Blue) = 204+72+98=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4862 is #33B79D. Grayscale: #727272. Windows color (decimal): -3389342 or 6441164. OLE color: 6441164.

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

Color convert

RGB 204 72 98 -
CMYK 0 0.65 0.52 0.2
HSL 348.18º 0.56% 0.54% -
HSV(B) 348.18º 0.65% 0.8% -
XYZ 29.42 18.35 13.55 -
YUV 114.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 204 72 98 0 0.65 0.52 0.2 348.18 0.56 0.54
Hex CC 48 62 0 41 34 14 15C 38 36
Octal 314 110 142 0 101 64 24 534 70 66
Binary 11001100 1001000 1100010 0 1000001 110100 10100 101011100 111000 110110

Color Harmonies of #CC4862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4862

Black with #CC4862

Text Example


Text Example

White with #CC4862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4862; }

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

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

background-color css

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

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

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

border-color css

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

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

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