Html Css Color HEX #CD4246 Mahogany

📋 copy color: '#CD4246'

red 205 ◦ green 66 ◦ blue 70

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

Shades of Mahogany #CD4246

Tints of Mahogany #CD4246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 60.12%
G = 19.35%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD4246 (or 0xCD4246) is known color: Mahogany. HEX triplet: CD, 42 and 46. RGB value is (205,66,70). Sum of RGB (Red+Green+Blue) = 205+66+70=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4246 is #32BDB9. Grayscale: #6C6C6C. Windows color (decimal): -3325370 or 4604621. OLE color: 4604621.

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

Color convert

RGB 205 66 70 -
CMYK 0 0.68 0.66 0.20
HSL 358.27º 0.58% 0.53% -
HSV(B) 358.27º 0.68% 0.8% -
XYZ 28.23 17.32 7.65 -
YUV 108.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 205 66 70 0 0.68 0.66 0.20 358.27 0.58 0.53
Hex CD 42 46 0 44 42 14 166 3A 35
Octal 315 102 106 0 104 102 24 546 72 65
Binary 11001101 1000010 1000110 0 1000100 1000010 10100 101100110 111010 110101

Color Harmonies of #CD4246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4246

Black with #CD4246

Text Example


Text Example

White with #CD4246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4246; }

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

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

background-color css

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

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

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

border-color css

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

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

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