Html Css Color HEX #CC535F Mandy

📋 copy color: '#CC535F'

red 204 ◦ green 83 ◦ blue 95

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

Shades of Mandy #CC535F

Tints of Mandy #CC535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 53.4%
G = 21.73%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC535F (or 0xCC535F) is known color: Mandy. HEX triplet: CC, 53 and 5F. RGB value is (204,83,95). Sum of RGB (Red+Green+Blue) = 204+83+95=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC535F is #33ACA0. Grayscale: #787878. Windows color (decimal): -3386529 or 6247372. OLE color: 6247372.

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

Color convert

RGB 204 83 95 -
CMYK 0 0.59 0.53 0.2
HSL 354.05º 0.54% 0.56% -
HSV(B) 354.05º 0.59% 0.8% -
XYZ 30.06 19.85 13.07 -
YUV 120.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 204 83 95 0 0.59 0.53 0.2 354.05 0.54 0.56
Hex CC 53 5F 0 3B 35 14 162 36 38
Octal 314 123 137 0 73 65 24 542 66 70
Binary 11001100 1010011 1011111 0 111011 110101 10100 101100010 110110 111000

Color Harmonies of #CC535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC535F

Black with #CC535F

Text Example


Text Example

White with #CC535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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