Html Css Color HEX #CD4448 Mandy

📋 copy color: '#CD4448'

red 205 ◦ green 68 ◦ blue 72

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

Shades of Mandy #CD4448

Tints of Mandy #CD4448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 59.42%
G = 19.71%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD4448 (or 0xCD4448) is known color: Mandy. HEX triplet: CD, 44 and 48. RGB value is (205,68,72). Sum of RGB (Red+Green+Blue) = 205+68+72=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4448 is #32BBB7. Grayscale: #6D6D6D. Windows color (decimal): -3324856 or 4736205. OLE color: 4736205.

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

Color convert

RGB 205 68 72 -
CMYK 0 0.67 0.65 0.20
HSL 358.25º 0.58% 0.54% -
HSV(B) 358.25º 0.67% 0.8% -
XYZ 28.41 17.58 8.03 -
YUV 109.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 205 68 72 0 0.67 0.65 0.20 358.25 0.58 0.54
Hex CD 44 48 0 43 41 14 166 3A 36
Octal 315 104 110 0 103 101 24 546 72 66
Binary 11001101 1000100 1001000 0 1000011 1000001 10100 101100110 111010 110110

Color Harmonies of #CD4448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4448

Black with #CD4448

Text Example


Text Example

White with #CD4448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4448; }

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

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

background-color css

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

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

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

border-color css

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

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

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