Html Css Color HEX #CC535E Mandy

📋 copy color: '#CC535E'

red 204 ◦ green 83 ◦ blue 94

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

Shades of Mandy #CC535E

Tints of Mandy #CC535E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 53.54%
G = 21.78%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC535E (or 0xCC535E) is known color: Mandy. HEX triplet: CC, 53 and 5E. RGB value is (204,83,94). Sum of RGB (Red+Green+Blue) = 204+83+94=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC535E is #33ACA1. Grayscale: #787878. Windows color (decimal): -3386530 or 6181836. OLE color: 6181836.

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

Color convert

RGB 204 83 94 -
CMYK 0 0.59 0.54 0.2
HSL 354.55º 0.54% 0.56% -
HSV(B) 354.55º 0.59% 0.8% -
XYZ 30.02 19.83 12.84 -
YUV 120.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 204 83 94 0 0.59 0.54 0.2 354.55 0.54 0.56
Hex CC 53 5E 0 3B 36 14 163 36 38
Octal 314 123 136 0 73 66 24 543 66 70
Binary 11001100 1010011 1011110 0 111011 110110 10100 101100011 110110 111000

Color Harmonies of #CC535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC535E

Black with #CC535E

Text Example


Text Example

White with #CC535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC535E; }

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

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

background-color css

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

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

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

border-color css

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

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

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