Html Css Color HEX #CC5064 Cabaret

📋 copy color: '#CC5064'

red 204 ◦ green 80 ◦ blue 100

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

Shades of Cabaret #CC5064

Tints of Cabaret #CC5064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

 BLUE value IS 100 (39.45% from 255) = 26.04%

R = 53.13%
G = 20.83%
B = 26.04%

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

#CC5064 (or 0xCC5064) is known color: Cabaret. HEX triplet: CC, 50 and 64. RGB value is (204,80,100). Sum of RGB (Red+Green+Blue) = 204+80+100=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5064 is #33AF9B. Grayscale: #777777. Windows color (decimal): -3387292 or 6574284. OLE color: 6574284.

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

Color convert

RGB 204 80 100 -
CMYK 0 0.61 0.51 0.2
HSL 350.32º 0.55% 0.56% -
HSV(B) 350.32º 0.61% 0.8% -
XYZ 30.07 19.49 14.23 -
YUV 119.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 204 80 100 0 0.61 0.51 0.2 350.32 0.55 0.56
Hex CC 50 64 0 3D 33 14 15E 37 38
Octal 314 120 144 0 75 63 24 536 67 70
Binary 11001100 1010000 1100100 0 111101 110011 10100 101011110 110111 111000

Color Harmonies of #CC5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5064

Black with #CC5064

Text Example


Text Example

White with #CC5064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5064; }

 p { color: rgb(204,80,100); }

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

background-color css

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

 a { background-color: rgb(204,80,100); }

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

border-color css

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

 span { border-color: rgb(204,80,100); }

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