Html Css Color HEX #CD484D Mandy

📋 copy color: '#CD484D'

red 205 ◦ green 72 ◦ blue 77

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

Shades of Mandy #CD484D

Tints of Mandy #CD484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 57.91%
G = 20.34%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD484D (or 0xCD484D) is known color: Mandy. HEX triplet: CD, 48 and 4D. RGB value is (205,72,77). Sum of RGB (Red+Green+Blue) = 205+72+77=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD484D is #32B7B2. Grayscale: #707070. Windows color (decimal): -3323827 or 5064909. OLE color: 5064909.

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

Color convert

RGB 205 72 77 -
CMYK 0 0.65 0.62 0.20
HSL 357.74º 0.57% 0.54% -
HSV(B) 357.74º 0.65% 0.8% -
XYZ 28.83 18.15 9 -
YUV 112.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 205 72 77 0 0.65 0.62 0.20 357.74 0.57 0.54
Hex CD 48 4D 0 41 3E 14 166 39 36
Octal 315 110 115 0 101 76 24 546 71 66
Binary 11001101 1001000 1001101 0 1000001 111110 10100 101100110 111001 110110

Color Harmonies of #CD484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD484D

Black with #CD484D

Text Example


Text Example

White with #CD484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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