Html Css Color HEX #CD383F Mahogany

📋 copy color: '#CD383F'

red 205 ◦ green 56 ◦ blue 63

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

Shades of Mahogany #CD383F

Tints of Mahogany #CD383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 63 (25% from 255) = 19.44%

R = 63.27%
G = 17.28%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD383F (or 0xCD383F) is known color: Mahogany. HEX triplet: CD, 38 and 3F. RGB value is (205,56,63). Sum of RGB (Red+Green+Blue) = 205+56+63=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD383F is #32C7C0. Grayscale: #656565. Windows color (decimal): -3327937 or 4143309. OLE color: 4143309.

HSL color Cylindrical-coordinate representation of color #CD383F: hue angle of 357.18º 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 #CD383F is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 56 63 -
CMYK 0 0.73 0.69 0.20
HSL 357.18º 0.6% 0.51% -
HSV(B) 357.18º 0.73% 0.8% -
XYZ 27.49 16.17 6.37 -
YUV 101.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 205 56 63 0 0.73 0.69 0.20 357.18 0.6 0.51
Hex CD 38 3F 0 49 45 14 165 3C 33
Octal 315 70 77 0 111 105 24 545 74 63
Binary 11001101 111000 111111 0 1001001 1000101 10100 101100101 111100 110011

Color Harmonies of #CD383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD383F

Black with #CD383F

Text Example


Text Example

White with #CD383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD383F; }

 p { color: rgb(205,56,63); }

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

background-color css

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

 a { background-color: rgb(205,56,63); }

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

border-color css

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

 span { border-color: rgb(205,56,63); }

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