Html Css Color HEX #CD343E Mahogany

📋 copy color: '#CD343E'

red 205 ◦ green 52 ◦ blue 62

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

Shades of Mahogany #CD343E

Tints of Mahogany #CD343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.3%

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 64.26%
G = 16.3%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD343E (or 0xCD343E) is known color: Mahogany. HEX triplet: CD, 34 and 3E. RGB value is (205,52,62). Sum of RGB (Red+Green+Blue) = 205+52+62=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD343E is #32CBC1. Grayscale: #636363. Windows color (decimal): -3328962 or 4076749. OLE color: 4076749.

HSL color Cylindrical-coordinate representation of color #CD343E: hue angle of 356.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD343E is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 52 62 -
CMYK 0 0.75 0.70 0.20
HSL 356.08º 0.6% 0.5% -
HSV(B) 356.08º 0.75% 0.8% -
XYZ 27.27 15.78 6.17 -
YUV 98.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 205 52 62 0 0.75 0.70 0.20 356.08 0.6 0.5
Hex CD 34 3E 0 4B 46 14 164 3C 32
Octal 315 64 76 0 113 106 24 544 74 62
Binary 11001101 110100 111110 0 1001011 1000110 10100 101100100 111100 110010

Color Harmonies of #CD343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD343E

Black with #CD343E

Text Example


Text Example

White with #CD343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD343E; }

 p { color: rgb(205,52,62); }

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

background-color css

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

 a { background-color: rgb(205,52,62); }

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

border-color css

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

 span { border-color: rgb(205,52,62); }

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