Html Css Color HEX #CD484C Mandy

📋 copy color: '#CD484C'

red 205 ◦ green 72 ◦ blue 76

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

Shades of Mandy #CD484C

Tints of Mandy #CD484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 58.07%
G = 20.4%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD484C (or 0xCD484C) is known color: Mandy. HEX triplet: CD, 48 and 4C. RGB value is (205,72,76). Sum of RGB (Red+Green+Blue) = 205+72+76=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD484C is #32B7B3. Grayscale: #707070. Windows color (decimal): -3323828 or 4999373. OLE color: 4999373.

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

Color convert

RGB 205 72 76 -
CMYK 0 0.65 0.63 0.20
HSL 358.2º 0.57% 0.54% -
HSV(B) 358.2º 0.65% 0.8% -
XYZ 28.8 18.14 8.82 -
YUV 112.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 205 72 76 0 0.65 0.63 0.20 358.2 0.57 0.54
Hex CD 48 4C 0 41 3F 14 166 39 36
Octal 315 110 114 0 101 77 24 546 71 66
Binary 11001101 1001000 1001100 0 1000001 111111 10100 101100110 111001 110110

Color Harmonies of #CD484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD484C

Black with #CD484C

Text Example


Text Example

White with #CD484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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