Html Css Color HEX #CC5267 Cabaret

📋 copy color: '#CC5267'

red 204 ◦ green 82 ◦ blue 103

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

Shades of Cabaret #CC5267

Tints of Cabaret #CC5267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.48%

R = 52.44%
G = 21.08%
B = 26.48%

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

#CC5267 (or 0xCC5267) is known color: Cabaret. HEX triplet: CC, 52 and 67. RGB value is (204,82,103). Sum of RGB (Red+Green+Blue) = 204+82+103=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5267 is #33AD98. Grayscale: #787878. Windows color (decimal): -3386777 or 6771404. OLE color: 6771404.

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

Color convert

RGB 204 82 103 -
CMYK 0 0.60 0.50 0.2
HSL 349.67º 0.54% 0.56% -
HSV(B) 349.67º 0.6% 0.8% -
XYZ 30.37 19.85 15.06 -
YUV 120.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 204 82 103 0 0.60 0.50 0.2 349.67 0.54 0.56
Hex CC 52 67 0 3C 32 14 15E 36 38
Octal 314 122 147 0 74 62 24 536 66 70
Binary 11001100 1010010 1100111 0 111100 110010 10100 101011110 110110 111000

Color Harmonies of #CC5267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5267

Black with #CC5267

Text Example


Text Example

White with #CC5267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5267; }

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

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

background-color css

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

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

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

border-color css

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

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

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