Html Css Color HEX #CD4851 Mandy

📋 copy color: '#CD4851'

red 205 ◦ green 72 ◦ blue 81

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

Shades of Mandy #CD4851

Tints of Mandy #CD4851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

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

R = 57.26%
G = 20.11%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CD4851 (or 0xCD4851) is known color: Mandy. HEX triplet: CD, 48 and 51. RGB value is (205,72,81). Sum of RGB (Red+Green+Blue) = 205+72+81=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4851 is #32B7AE. Grayscale: #707070. Windows color (decimal): -3323823 or 5327053. OLE color: 5327053.

HSL color Cylindrical-coordinate representation of color #CD4851: hue angle of 355.94º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4851 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 72 81 -
CMYK 0 0.65 0.60 0.20
HSL 355.94º 0.57% 0.54% -
HSV(B) 355.94º 0.65% 0.8% -
XYZ 28.98 18.21 9.77 -
YUV 112.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 205 72 81 0 0.65 0.60 0.20 355.94 0.57 0.54
Hex CD 48 51 0 41 3C 14 164 39 36
Octal 315 110 121 0 101 74 24 544 71 66
Binary 11001101 1001000 1010001 0 1000001 111100 10100 101100100 111001 110110

Color Harmonies of #CD4851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4851

Black with #CD4851

Text Example


Text Example

White with #CD4851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4851; }

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

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

background-color css

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

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

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

border-color css

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

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

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