Html Css Color HEX #CC5465 Cabaret

📋 copy color: '#CC5465'

red 204 ◦ green 84 ◦ blue 101

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

Shades of Cabaret #CC5465

Tints of Cabaret #CC5465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 52.44%
G = 21.59%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC5465 (or 0xCC5465) is known color: Cabaret. HEX triplet: CC, 54 and 65. RGB value is (204,84,101). Sum of RGB (Red+Green+Blue) = 204+84+101=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5465 is #33AB9A. Grayscale: #797979. Windows color (decimal): -3386267 or 6640844. OLE color: 6640844.

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

Color convert

RGB 204 84 101 -
CMYK 0 0.59 0.50 0.2
HSL 351.5º 0.54% 0.56% -
HSV(B) 351.5º 0.59% 0.8% -
XYZ 30.42 20.12 14.59 -
YUV 121.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 204 84 101 0 0.59 0.50 0.2 351.5 0.54 0.56
Hex CC 54 65 0 3B 32 14 160 36 38
Octal 314 124 145 0 73 62 24 540 66 70
Binary 11001100 1010100 1100101 0 111011 110010 10100 101100000 110110 111000

Color Harmonies of #CC5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5465

Black with #CC5465

Text Example


Text Example

White with #CC5465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5465; }

 p { color: rgb(204,84,101); }

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

background-color css

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

 a { background-color: rgb(204,84,101); }

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

border-color css

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

 span { border-color: rgb(204,84,101); }

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