Html Css Color HEX #CD425D Mandy

📋 copy color: '#CD425D'

red 205 ◦ green 66 ◦ blue 93

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

Shades of Mandy #CD425D

Tints of Mandy #CD425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.13%

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

R = 56.32%
G = 18.13%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD425D (or 0xCD425D) is known color: Mandy. HEX triplet: CD, 42 and 5D. RGB value is (205,66,93). Sum of RGB (Red+Green+Blue) = 205+66+93=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD425D is #32BDA2. Grayscale: #6E6E6E. Windows color (decimal): -3325347 or 6111949. OLE color: 6111949.

HSL color Cylindrical-coordinate representation of color #CD425D: hue angle of 348.35º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD425D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 66 93 -
CMYK 0 0.68 0.55 0.20
HSL 348.35º 0.58% 0.53% -
HSV(B) 348.35º 0.68% 0.8% -
XYZ 29.1 17.67 12.23 -
YUV 110.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 205 66 93 0 0.68 0.55 0.20 348.35 0.58 0.53
Hex CD 42 5D 0 44 37 14 15C 3A 35
Octal 315 102 135 0 104 67 24 534 72 65
Binary 11001101 1000010 1011101 0 1000100 110111 10100 101011100 111010 110101

Color Harmonies of #CD425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD425D

Black with #CD425D

Text Example


Text Example

White with #CD425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD425D; }

 p { color: rgb(205,66,93); }

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

background-color css

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

 a { background-color: rgb(205,66,93); }

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

border-color css

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

 span { border-color: rgb(205,66,93); }

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