Html Css Color HEX #CC536D Cabaret

📋 copy color: '#CC536D'

red 204 ◦ green 83 ◦ blue 109

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

Shades of Cabaret #CC536D

Tints of Cabaret #CC536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.96%

 BLUE value IS 109 (42.97% from 255) = 27.53%

R = 51.52%
G = 20.96%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC536D (or 0xCC536D) is known color: Cabaret. HEX triplet: CC, 53 and 6D. RGB value is (204,83,109). Sum of RGB (Red+Green+Blue) = 204+83+109=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC536D is #33AC92. Grayscale: #7A7A7A. Windows color (decimal): -3386515 or 7164876. OLE color: 7164876.

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

Color convert

RGB 204 83 109 -
CMYK 0 0.59 0.47 0.2
HSL 347.11º 0.54% 0.56% -
HSV(B) 347.11º 0.59% 0.8% -
XYZ 30.76 20.13 16.73 -
YUV 122.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 204 83 109 0 0.59 0.47 0.2 347.11 0.54 0.56
Hex CC 53 6D 0 3B 2F 14 15B 36 38
Octal 314 123 155 0 73 57 24 533 66 70
Binary 11001100 1010011 1101101 0 111011 101111 10100 101011011 110110 111000

Color Harmonies of #CC536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC536D

Black with #CC536D

Text Example


Text Example

White with #CC536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC536D; }

 p { color: rgb(204,83,109); }

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

background-color css

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

 a { background-color: rgb(204,83,109); }

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

border-color css

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

 span { border-color: rgb(204,83,109); }

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