Html Css Color HEX #CD3F5A Mandy

📋 copy color: '#CD3F5A'

red 205 ◦ green 63 ◦ blue 90

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

Shades of Mandy #CD3F5A

Tints of Mandy #CD3F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 17.6%

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

R = 57.26%
G = 17.6%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD3F5A (or 0xCD3F5A) is known color: Mandy. HEX triplet: CD, 3F and 5A. RGB value is (205,63,90). Sum of RGB (Red+Green+Blue) = 205+63+90=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3F5A is #32C0A5. Grayscale: #6C6C6C. Windows color (decimal): -3326118 or 5914573. OLE color: 5914573.

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

Color convert

RGB 205 63 90 -
CMYK 0 0.69 0.56 0.20
HSL 348.59º 0.59% 0.53% -
HSV(B) 348.59º 0.69% 0.8% -
XYZ 28.8 17.27 11.49 -
YUV 108.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 205 63 90 0 0.69 0.56 0.20 348.59 0.59 0.53
Hex CD 3F 5A 0 45 38 14 15D 3B 35
Octal 315 77 132 0 105 70 24 535 73 65
Binary 11001101 111111 1011010 0 1000101 111000 10100 101011101 111011 110101

Color Harmonies of #CD3F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3F5A

Black with #CD3F5A

Text Example


Text Example

White with #CD3F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3F5A; }

 p { color: rgb(205,63,90); }

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

background-color css

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

 a { background-color: rgb(205,63,90); }

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

border-color css

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

 span { border-color: rgb(205,63,90); }

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