Html Css Color HEX #CD4247 Mahogany

📋 copy color: '#CD4247'

red 205 ◦ green 66 ◦ blue 71

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

Shades of Mahogany #CD4247

Tints of Mahogany #CD4247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

 BLUE value IS 71 (28.13% from 255) = 20.76%

R = 59.94%
G = 19.3%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD4247 (or 0xCD4247) is known color: Mahogany. HEX triplet: CD, 42 and 47. RGB value is (205,66,71). Sum of RGB (Red+Green+Blue) = 205+66+71=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4247 is #32BDB8. Grayscale: #6C6C6C. Windows color (decimal): -3325369 or 4670157. OLE color: 4670157.

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

Color convert

RGB 205 66 71 -
CMYK 0 0.68 0.65 0.20
HSL 357.84º 0.58% 0.53% -
HSV(B) 357.84º 0.68% 0.8% -
XYZ 28.26 17.33 7.82 -
YUV 108.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 205 66 71 0 0.68 0.65 0.20 357.84 0.58 0.53
Hex CD 42 47 0 44 41 14 166 3A 35
Octal 315 102 107 0 104 101 24 546 72 65
Binary 11001101 1000010 1000111 0 1000100 1000001 10100 101100110 111010 110101

Color Harmonies of #CD4247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4247

Black with #CD4247

Text Example


Text Example

White with #CD4247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4247; }

 p { color: rgb(205,66,71); }

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

background-color css

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

 a { background-color: rgb(205,66,71); }

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

border-color css

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

 span { border-color: rgb(205,66,71); }

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