Html Css Color HEX #CD4346 Mahogany

📋 copy color: '#CD4346'

red 205 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #CD4346

Tints of Mahogany #CD4346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

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

R = 59.94%
G = 19.59%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD4346 (or 0xCD4346) is known color: Mahogany. HEX triplet: CD, 43 and 46. RGB value is (205,67,70). Sum of RGB (Red+Green+Blue) = 205+67+70=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4346 is #32BCB9. Grayscale: #6C6C6C. Windows color (decimal): -3325114 or 4604877. OLE color: 4604877.

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

Color convert

RGB 205 67 70 -
CMYK 0 0.67 0.66 0.20
HSL 358.7º 0.58% 0.53% -
HSV(B) 358.7º 0.67% 0.8% -
XYZ 28.29 17.44 7.67 -
YUV 108.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 205 67 70 0 0.67 0.66 0.20 358.7 0.58 0.53
Hex CD 43 46 0 43 42 14 167 3A 35
Octal 315 103 106 0 103 102 24 547 72 65
Binary 11001101 1000011 1000110 0 1000011 1000010 10100 101100111 111010 110101

Color Harmonies of #CD4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4346

Black with #CD4346

Text Example


Text Example

White with #CD4346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4346; }

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

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

background-color css

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

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

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

border-color css

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

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

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