Html Css Color HEX #CC535A Mandy

📋 copy color: '#CC535A'

red 204 ◦ green 83 ◦ blue 90

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

Shades of Mandy #CC535A

Tints of Mandy #CC535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 54.11%
G = 22.02%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC535A (or 0xCC535A) is known color: Mandy. HEX triplet: CC, 53 and 5A. RGB value is (204,83,90). Sum of RGB (Red+Green+Blue) = 204+83+90=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC535A is #33ACA5. Grayscale: #787878. Windows color (decimal): -3386534 or 5919692. OLE color: 5919692.

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

Color convert

RGB 204 83 90 -
CMYK 0 0.59 0.56 0.2
HSL 356.53º 0.54% 0.56% -
HSV(B) 356.53º 0.59% 0.8% -
XYZ 29.84 19.76 11.91 -
YUV 119.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 204 83 90 0 0.59 0.56 0.2 356.53 0.54 0.56
Hex CC 53 5A 0 3B 38 14 165 36 38
Octal 314 123 132 0 73 70 24 545 66 70
Binary 11001100 1010011 1011010 0 111011 111000 10100 101100101 110110 111000

Color Harmonies of #CC535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC535A

Black with #CC535A

Text Example


Text Example

White with #CC535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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