Html Css Color HEX #CC525B Mandy

📋 copy color: '#CC525B'

red 204 ◦ green 82 ◦ blue 91

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

Shades of Mandy #CC525B

Tints of Mandy #CC525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 54.11%
G = 21.75%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC525B (or 0xCC525B) is known color: Mandy. HEX triplet: CC, 52 and 5B. RGB value is (204,82,91). Sum of RGB (Red+Green+Blue) = 204+82+91=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC525B is #33ADA4. Grayscale: #777777. Windows color (decimal): -3386789 or 5984972. OLE color: 5984972.

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

Color convert

RGB 204 82 91 -
CMYK 0 0.60 0.55 0.2
HSL 355.57º 0.54% 0.56% -
HSV(B) 355.57º 0.6% 0.8% -
XYZ 29.81 19.63 12.11 -
YUV 119.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 204 82 91 0 0.60 0.55 0.2 355.57 0.54 0.56
Hex CC 52 5B 0 3C 37 14 164 36 38
Octal 314 122 133 0 74 67 24 544 66 70
Binary 11001100 1010010 1011011 0 111100 110111 10100 101100100 110110 111000

Color Harmonies of #CC525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC525B

Black with #CC525B

Text Example


Text Example

White with #CC525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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