Html Css Color HEX #CD4753 Mandy

📋 copy color: '#CD4753'

red 205 ◦ green 71 ◦ blue 83

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

Shades of Mandy #CD4753

Tints of Mandy #CD4753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 57.1%
G = 19.78%
B = 23.12%

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

#CD4753 (or 0xCD4753) is known color: Mandy. HEX triplet: CD, 47 and 53. RGB value is (205,71,83). Sum of RGB (Red+Green+Blue) = 205+71+83=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4753 is #32B8AC. Grayscale: #707070. Windows color (decimal): -3324077 or 5457869. OLE color: 5457869.

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

Color convert

RGB 205 71 83 -
CMYK 0 0.65 0.60 0.20
HSL 354.63º 0.57% 0.54% -
HSV(B) 354.63º 0.65% 0.8% -
XYZ 28.99 18.11 10.15 -
YUV 112.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 205 71 83 0 0.65 0.60 0.20 354.63 0.57 0.54
Hex CD 47 53 0 41 3C 14 163 39 36
Octal 315 107 123 0 101 74 24 543 71 66
Binary 11001101 1000111 1010011 0 1000001 111100 10100 101100011 111001 110110

Color Harmonies of #CD4753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4753

Black with #CD4753

Text Example


Text Example

White with #CD4753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4753; }

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

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

background-color css

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

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

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

border-color css

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

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

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