Html Css Color HEX #CC535C Mandy

📋 copy color: '#CC535C'

red 204 ◦ green 83 ◦ blue 92

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

Shades of Mandy #CC535C

Tints of Mandy #CC535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 53.83%
G = 21.9%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC535C (or 0xCC535C) is known color: Mandy. HEX triplet: CC, 53 and 5C. RGB value is (204,83,92). Sum of RGB (Red+Green+Blue) = 204+83+92=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC535C is #33ACA3. Grayscale: #787878. Windows color (decimal): -3386532 or 6050764. OLE color: 6050764.

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

Color convert

RGB 204 83 92 -
CMYK 0 0.59 0.55 0.2
HSL 355.54º 0.54% 0.56% -
HSV(B) 355.54º 0.59% 0.8% -
XYZ 29.93 19.8 12.37 -
YUV 120.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 204 83 92 0 0.59 0.55 0.2 355.54 0.54 0.56
Hex CC 53 5C 0 3B 37 14 164 36 38
Octal 314 123 134 0 73 67 24 544 66 70
Binary 11001100 1010011 1011100 0 111011 110111 10100 101100100 110110 111000

Color Harmonies of #CC535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC535C

Black with #CC535C

Text Example


Text Example

White with #CC535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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