Html Css Color HEX #CC4F63 Cabaret

📋 copy color: '#CC4F63'

red 204 ◦ green 79 ◦ blue 99

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

Shades of Cabaret #CC4F63

Tints of Cabaret #CC4F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.68%

 BLUE value IS 99 (39.06% from 255) = 25.92%

R = 53.4%
G = 20.68%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC4F63 (or 0xCC4F63) is known color: Cabaret. HEX triplet: CC, 4F and 63. RGB value is (204,79,99). Sum of RGB (Red+Green+Blue) = 204+79+99=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F63 is #33B09C. Grayscale: #767676. Windows color (decimal): -3387549 or 6508492. OLE color: 6508492.

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

Color convert

RGB 204 79 99 -
CMYK 0 0.61 0.51 0.2
HSL 350.4º 0.55% 0.55% -
HSV(B) 350.4º 0.61% 0.8% -
XYZ 29.95 19.33 13.96 -
YUV 118.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 204 79 99 0 0.61 0.51 0.2 350.4 0.55 0.55
Hex CC 4F 63 0 3D 33 14 15E 37 37
Octal 314 117 143 0 75 63 24 536 67 67
Binary 11001100 1001111 1100011 0 111101 110011 10100 101011110 110111 110111

Color Harmonies of #CC4F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4F63

Black with #CC4F63

Text Example


Text Example

White with #CC4F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4F63; }

 p { color: rgb(204,79,99); }

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

background-color css

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

 a { background-color: rgb(204,79,99); }

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

border-color css

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

 span { border-color: rgb(204,79,99); }

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