Html Css Color HEX #CD373E Mahogany

📋 copy color: '#CD373E'

red 205 ◦ green 55 ◦ blue 62

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

Shades of Mahogany #CD373E

Tints of Mahogany #CD373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

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

R = 63.66%
G = 17.08%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD373E (or 0xCD373E) is known color: Mahogany. HEX triplet: CD, 37 and 3E. RGB value is (205,55,62). Sum of RGB (Red+Green+Blue) = 205+55+62=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD373E is #32C8C1. Grayscale: #646464. Windows color (decimal): -3328194 or 4077517. OLE color: 4077517.

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

Color convert

RGB 205 55 62 -
CMYK 0 0.73 0.70 0.20
HSL 357.2º 0.6% 0.51% -
HSV(B) 357.2º 0.73% 0.8% -
XYZ 27.41 16.06 6.21 -
YUV 100.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 205 55 62 0 0.73 0.70 0.20 357.2 0.6 0.51
Hex CD 37 3E 0 49 46 14 165 3C 33
Octal 315 67 76 0 111 106 24 545 74 63
Binary 11001101 110111 111110 0 1001001 1000110 10100 101100101 111100 110011

Color Harmonies of #CD373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD373E

Black with #CD373E

Text Example


Text Example

White with #CD373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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