Html Css Color HEX #CD4449 Mandy

📋 copy color: '#CD4449'

red 205 ◦ green 68 ◦ blue 73

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

Shades of Mandy #CD4449

Tints of Mandy #CD4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.65%

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 59.25%
G = 19.65%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD4449 (or 0xCD4449) is known color: Mandy. HEX triplet: CD, 44 and 49. RGB value is (205,68,73). Sum of RGB (Red+Green+Blue) = 205+68+73=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4449 is #32BBB6. Grayscale: #6D6D6D. Windows color (decimal): -3324855 or 4801741. OLE color: 4801741.

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

Color convert

RGB 205 68 73 -
CMYK 0 0.67 0.64 0.20
HSL 357.81º 0.58% 0.54% -
HSV(B) 357.81º 0.67% 0.8% -
XYZ 28.45 17.59 8.2 -
YUV 109.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 205 68 73 0 0.67 0.64 0.20 357.81 0.58 0.54
Hex CD 44 49 0 43 40 14 166 3A 36
Octal 315 104 111 0 103 100 24 546 72 66
Binary 11001101 1000100 1001001 0 1000011 1000000 10100 101100110 111010 110110

Color Harmonies of #CD4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4449

Black with #CD4449

Text Example


Text Example

White with #CD4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4449; }

 p { color: rgb(205,68,73); }

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

background-color css

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

 a { background-color: rgb(205,68,73); }

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

border-color css

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

 span { border-color: rgb(205,68,73); }

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