Html Css Color HEX #CD525E Mandy

📋 copy color: '#CD525E'

red 205 ◦ green 82 ◦ blue 94

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

Shades of Mandy #CD525E

Tints of Mandy #CD525E

RGB

 RED value IS 205 (80.47% from 255) = 53.81%

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

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

R = 53.81%
G = 21.52%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD525E (or 0xCD525E) is known color: Mandy. HEX triplet: CD, 52 and 5E. RGB value is (205,82,94). Sum of RGB (Red+Green+Blue) = 205+82+94=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD525E is #32ADA1. Grayscale: #787878. Windows color (decimal): -3321250 or 6181581. OLE color: 6181581.

HSL color Cylindrical-coordinate representation of color #CD525E: hue angle of 354.15º degrees, saturation: 0.55, 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 #CD525E is Cyan = 0, Magento = 0.6, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 82 94 -
CMYK 0 0.6 0.54 0.20
HSL 354.15º 0.55% 0.56% -
HSV(B) 354.15º 0.6% 0.8% -
XYZ 30.21 19.82 12.82 -
YUV 120.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 205 82 94 0 0.6 0.54 0.20 354.15 0.55 0.56
Hex CD 52 5E 0 3C 36 14 162 37 38
Octal 315 122 136 0 74 66 24 542 67 70
Binary 11001101 1010010 1011110 0 111100 110110 10100 101100010 110111 111000

Color Harmonies of #CD525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD525E

Black with #CD525E

Text Example


Text Example

White with #CD525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD525E; }

 p { color: rgb(205,82,94); }

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

background-color css

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

 a { background-color: rgb(205,82,94); }

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

border-color css

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

 span { border-color: rgb(205,82,94); }

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