Html Css Color HEX #CD484A Mandy

📋 copy color: '#CD484A'

red 205 ◦ green 72 ◦ blue 74

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

Shades of Mandy #CD484A

Tints of Mandy #CD484A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 58.4%
G = 20.51%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD484A (or 0xCD484A) is known color: Mandy. HEX triplet: CD, 48 and 4A. RGB value is (205,72,74). Sum of RGB (Red+Green+Blue) = 205+72+74=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD484A is #32B7B5. Grayscale: #707070. Windows color (decimal): -3323830 or 4868301. OLE color: 4868301.

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

Color convert

RGB 205 72 74 -
CMYK 0 0.65 0.64 0.20
HSL 359.1º 0.57% 0.54% -
HSV(B) 359.1º 0.65% 0.8% -
XYZ 28.73 18.11 8.46 -
YUV 112 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 205 72 74 0 0.65 0.64 0.20 359.1 0.57 0.54
Hex CD 48 4A 0 41 40 14 167 39 36
Octal 315 110 112 0 101 100 24 547 71 66
Binary 11001101 1001000 1001010 0 1000001 1000000 10100 101100111 111001 110110

Color Harmonies of #CD484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD484A

Black with #CD484A

Text Example


Text Example

White with #CD484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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