Html Css Color HEX #CC5268 Cabaret

📋 copy color: '#CC5268'

red 204 ◦ green 82 ◦ blue 104

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

Shades of Cabaret #CC5268

Tints of Cabaret #CC5268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.67%

R = 52.31%
G = 21.03%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC5268 (or 0xCC5268) is known color: Cabaret. HEX triplet: CC, 52 and 68. RGB value is (204,82,104). Sum of RGB (Red+Green+Blue) = 204+82+104=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5268 is #33AD97. Grayscale: #797979. Windows color (decimal): -3386776 or 6836940. OLE color: 6836940.

HSL color Cylindrical-coordinate representation of color #CC5268: hue angle of 349.18º 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 #CC5268 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 104 -
CMYK 0 0.60 0.49 0.2
HSL 349.18º 0.54% 0.56% -
HSV(B) 349.18º 0.6% 0.8% -
XYZ 30.42 19.87 15.33 -
YUV 120.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 204 82 104 0 0.60 0.49 0.2 349.18 0.54 0.56
Hex CC 52 68 0 3C 31 14 15D 36 38
Octal 314 122 150 0 74 61 24 535 66 70
Binary 11001100 1010010 1101000 0 111100 110001 10100 101011101 110110 111000

Color Harmonies of #CC5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5268

Black with #CC5268

Text Example


Text Example

White with #CC5268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5268; }

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

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

background-color css

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

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

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

border-color css

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

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

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