Html Css Color HEX #CD4A52 Mandy

📋 copy color: '#CD4A52'

red 205 ◦ green 74 ◦ blue 82

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

Shades of Mandy #CD4A52

Tints of Mandy #CD4A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.5%

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

R = 56.79%
G = 20.5%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#CD4A52 (or 0xCD4A52) is known color: Mandy. HEX triplet: CD, 4A and 52. RGB value is (205,74,82). Sum of RGB (Red+Green+Blue) = 205+74+82=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A52 is #32B5AD. Grayscale: #727272. Windows color (decimal): -3323310 or 5393101. OLE color: 5393101.

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

Color convert

RGB 205 74 82 -
CMYK 0 0.64 0.6 0.20
HSL 356.34º 0.57% 0.55% -
HSV(B) 356.34º 0.64% 0.8% -
XYZ 29.15 18.49 10.01 -
YUV 114.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 205 74 82 0 0.64 0.6 0.20 356.34 0.57 0.55
Hex CD 4A 52 0 40 3C 14 164 39 37
Octal 315 112 122 0 100 74 24 544 71 67
Binary 11001101 1001010 1010010 0 1000000 111100 10100 101100100 111001 110111

Color Harmonies of #CD4A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4A52

Black with #CD4A52

Text Example


Text Example

White with #CD4A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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