Html Css Color HEX #CC5265 Cabaret

📋 copy color: '#CC5265'

red 204 ◦ green 82 ◦ blue 101

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

Shades of Cabaret #CC5265

Tints of Cabaret #CC5265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.19%

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

R = 52.71%
G = 21.19%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC5265 (or 0xCC5265) is known color: Cabaret. HEX triplet: CC, 52 and 65. RGB value is (204,82,101). Sum of RGB (Red+Green+Blue) = 204+82+101=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5265 is #33AD9A. Grayscale: #787878. Windows color (decimal): -3386779 or 6640332. OLE color: 6640332.

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

Color convert

RGB 204 82 101 -
CMYK 0 0.60 0.50 0.2
HSL 350.66º 0.54% 0.56% -
HSV(B) 350.66º 0.6% 0.8% -
XYZ 30.27 19.81 14.54 -
YUV 120.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 204 82 101 0 0.60 0.50 0.2 350.66 0.54 0.56
Hex CC 52 65 0 3C 32 14 15F 36 38
Octal 314 122 145 0 74 62 24 537 66 70
Binary 11001100 1010010 1100101 0 111100 110010 10100 101011111 110110 111000

Color Harmonies of #CC5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5265

Black with #CC5265

Text Example


Text Example

White with #CC5265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5265; }

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

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

background-color css

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

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

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

border-color css

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

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

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