Html Css Color HEX #CD4044 Mahogany

📋 copy color: '#CD4044'

red 205 ◦ green 64 ◦ blue 68

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

Shades of Mahogany #CD4044

Tints of Mahogany #CD4044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 60.83%
G = 18.99%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CD4044 (or 0xCD4044) is known color: Mahogany. HEX triplet: CD, 40 and 44. RGB value is (205,64,68). Sum of RGB (Red+Green+Blue) = 205+64+68=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4044 is #32BFBB. Grayscale: #6A6A6A. Windows color (decimal): -3325884 or 4473037. OLE color: 4473037.

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

Color convert

RGB 205 64 68 -
CMYK 0 0.69 0.67 0.20
HSL 358.3º 0.59% 0.53% -
HSV(B) 358.3º 0.69% 0.8% -
XYZ 28.05 17.06 7.28 -
YUV 106.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 205 64 68 0 0.69 0.67 0.20 358.3 0.59 0.53
Hex CD 40 44 0 45 43 14 166 3B 35
Octal 315 100 104 0 105 103 24 546 73 65
Binary 11001101 1000000 1000100 0 1000101 1000011 10100 101100110 111011 110101

Color Harmonies of #CD4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4044

Black with #CD4044

Text Example


Text Example

White with #CD4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4044; }

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

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

background-color css

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

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

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

border-color css

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

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

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