Html Css Color HEX #CD393C Mahogany

📋 copy color: '#CD393C'

red 205 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #CD393C

Tints of Mahogany #CD393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 63.66%
G = 17.7%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD393C (or 0xCD393C) is known color: Mahogany. HEX triplet: CD, 39 and 3C. RGB value is (205,57,60). Sum of RGB (Red+Green+Blue) = 205+57+60=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD393C is #32C6C3. Grayscale: #656565. Windows color (decimal): -3327684 or 3946957. OLE color: 3946957.

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

Color convert

RGB 205 57 60 -
CMYK 0 0.72 0.71 0.20
HSL 358.78º 0.6% 0.51% -
HSV(B) 358.78º 0.72% 0.8% -
XYZ 27.46 16.23 5.96 -
YUV 101.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 205 57 60 0 0.72 0.71 0.20 358.78 0.6 0.51
Hex CD 39 3C 0 48 47 14 167 3C 33
Octal 315 71 74 0 110 107 24 547 74 63
Binary 11001101 111001 111100 0 1001000 1000111 10100 101100111 111100 110011

Color Harmonies of #CD393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD393C

Black with #CD393C

Text Example


Text Example

White with #CD393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD393C; }

 p { color: rgb(205,57,60); }

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

background-color css

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

 a { background-color: rgb(205,57,60); }

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

border-color css

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

 span { border-color: rgb(205,57,60); }

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