Html Css Color HEX #CD4251 Mandy

📋 copy color: '#CD4251'

red 205 ◦ green 66 ◦ blue 81

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

Shades of Mandy #CD4251

Tints of Mandy #CD4251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.01%

R = 58.24%
G = 18.75%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CD4251 (or 0xCD4251) is known color: Mandy. HEX triplet: CD, 42 and 51. RGB value is (205,66,81). Sum of RGB (Red+Green+Blue) = 205+66+81=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4251 is #32BDAE. Grayscale: #6D6D6D. Windows color (decimal): -3325359 or 5325517. OLE color: 5325517.

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

Color convert

RGB 205 66 81 -
CMYK 0 0.68 0.60 0.20
HSL 353.53º 0.58% 0.53% -
HSV(B) 353.53º 0.68% 0.8% -
XYZ 28.61 17.47 9.65 -
YUV 109.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 205 66 81 0 0.68 0.60 0.20 353.53 0.58 0.53
Hex CD 42 51 0 44 3C 14 162 3A 35
Octal 315 102 121 0 104 74 24 542 72 65
Binary 11001101 1000010 1010001 0 1000100 111100 10100 101100010 111010 110101

Color Harmonies of #CD4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4251

Black with #CD4251

Text Example


Text Example

White with #CD4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4251; }

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

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

background-color css

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

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

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

border-color css

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

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

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