Html Css Color HEX #CD3F50 Mandy

📋 copy color: '#CD3F50'

red 205 ◦ green 63 ◦ blue 80

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

Shades of Mandy #CD3F50

Tints of Mandy #CD3F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 58.91%
G = 18.1%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD3F50 (or 0xCD3F50) is known color: Mandy. HEX triplet: CD, 3F and 50. RGB value is (205,63,80). Sum of RGB (Red+Green+Blue) = 205+63+80=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3F50 is #32C0AF. Grayscale: #6B6B6B. Windows color (decimal): -3326128 or 5259213. OLE color: 5259213.

HSL color Cylindrical-coordinate representation of color #CD3F50: hue angle of 352.82º 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 #CD3F50 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 63 80 -
CMYK 0 0.69 0.61 0.20
HSL 352.82º 0.59% 0.53% -
HSV(B) 352.82º 0.69% 0.8% -
XYZ 28.4 17.11 9.4 -
YUV 107.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 205 63 80 0 0.69 0.61 0.20 352.82 0.59 0.53
Hex CD 3F 50 0 45 3D 14 161 3B 35
Octal 315 77 120 0 105 75 24 541 73 65
Binary 11001101 111111 1010000 0 1000101 111101 10100 101100001 111011 110101

Color Harmonies of #CD3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3F50

Black with #CD3F50

Text Example


Text Example

White with #CD3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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