Html Css Color HEX #CD4752 Mandy

📋 copy color: '#CD4752'

red 205 ◦ green 71 ◦ blue 82

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

Shades of Mandy #CD4752

Tints of Mandy #CD4752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.83%

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 57.26%
G = 19.83%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#CD4752 (or 0xCD4752) is known color: Mandy. HEX triplet: CD, 47 and 52. RGB value is (205,71,82). Sum of RGB (Red+Green+Blue) = 205+71+82=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4752 is #32B8AD. Grayscale: #707070. Windows color (decimal): -3324078 or 5392333. OLE color: 5392333.

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

Color convert

RGB 205 71 82 -
CMYK 0 0.65 0.6 0.20
HSL 355.07º 0.57% 0.54% -
HSV(B) 355.07º 0.65% 0.8% -
XYZ 28.95 18.09 9.95 -
YUV 112.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 205 71 82 0 0.65 0.6 0.20 355.07 0.57 0.54
Hex CD 47 52 0 41 3C 14 163 39 36
Octal 315 107 122 0 101 74 24 543 71 66
Binary 11001101 1000111 1010010 0 1000001 111100 10100 101100011 111001 110110

Color Harmonies of #CD4752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4752

Black with #CD4752

Text Example


Text Example

White with #CD4752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4752; }

 p { color: rgb(205,71,82); }

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

background-color css

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

 a { background-color: rgb(205,71,82); }

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

border-color css

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

 span { border-color: rgb(205,71,82); }

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