Html Css Color HEX #CC525D Mandy

📋 copy color: '#CC525D'

red 204 ◦ green 82 ◦ blue 93

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

Shades of Mandy #CC525D

Tints of Mandy #CC525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.64%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 53.83%
G = 21.64%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC525D (or 0xCC525D) is known color: Mandy. HEX triplet: CC, 52 and 5D. RGB value is (204,82,93). Sum of RGB (Red+Green+Blue) = 204+82+93=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC525D is #33ADA2. Grayscale: #777777. Windows color (decimal): -3386787 or 6116044. OLE color: 6116044.

HSL color Cylindrical-coordinate representation of color #CC525D: hue angle of 354.59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC525D is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 93 -
CMYK 0 0.60 0.54 0.2
HSL 354.59º 0.54% 0.56% -
HSV(B) 354.59º 0.6% 0.8% -
XYZ 29.89 19.66 12.58 -
YUV 119.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 204 82 93 0 0.60 0.54 0.2 354.59 0.54 0.56
Hex CC 52 5D 0 3C 36 14 163 36 38
Octal 314 122 135 0 74 66 24 543 66 70
Binary 11001100 1010010 1011101 0 111100 110110 10100 101100011 110110 111000

Color Harmonies of #CC525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC525D

Black with #CC525D

Text Example


Text Example

White with #CC525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC525D; }

 p { color: rgb(204,82,93); }

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

background-color css

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

 a { background-color: rgb(204,82,93); }

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

border-color css

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

 span { border-color: rgb(204,82,93); }

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