Html Css Color HEX #CD3A3E Mahogany

📋 copy color: '#CD3A3E'

red 205 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #CD3A3E

Tints of Mahogany #CD3A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

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

R = 63.08%
G = 17.85%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD3A3E (or 0xCD3A3E) is known color: Mahogany. HEX triplet: CD, 3A and 3E. RGB value is (205,58,62). Sum of RGB (Red+Green+Blue) = 205+58+62=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A3E is #32C5C1. Grayscale: #666666. Windows color (decimal): -3327426 or 4078285. OLE color: 4078285.

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

Color convert

RGB 205 58 62 -
CMYK 0 0.72 0.70 0.20
HSL 358.37º 0.6% 0.52% -
HSV(B) 358.37º 0.72% 0.8% -
XYZ 27.56 16.35 6.26 -
YUV 102.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 205 58 62 0 0.72 0.70 0.20 358.37 0.6 0.52
Hex CD 3A 3E 0 48 46 14 166 3C 34
Octal 315 72 76 0 110 106 24 546 74 64
Binary 11001101 111010 111110 0 1001000 1000110 10100 101100110 111100 110100

Color Harmonies of #CD3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A3E

Black with #CD3A3E

Text Example


Text Example

White with #CD3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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