Html Css Color HEX #CB383F Mahogany

📋 copy color: '#CB383F'

red 203 ◦ green 56 ◦ blue 63

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

Shades of Mahogany #CB383F

Tints of Mahogany #CB383F

RGB

 RED value IS 203 (79.69% from 255) = 63.04%

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

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

R = 63.04%
G = 17.39%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB383F (or 0xCB383F) is known color: Mahogany. HEX triplet: CB, 38 and 3F. RGB value is (203,56,63). Sum of RGB (Red+Green+Blue) = 203+56+63=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB383F is #34C7C0. Grayscale: #646464. Windows color (decimal): -3459009 or 4143307. OLE color: 4143307.

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

Color convert

RGB 203 56 63 -
CMYK 0 0.72 0.69 0.20
HSL 357.14º 0.59% 0.51% -
HSV(B) 357.14º 0.72% 0.8% -
XYZ 26.94 15.88 6.35 -
YUV 100.75 106.7 200.93 -
System Red Green Blue C M Y K H S L
Decimal 203 56 63 0 0.72 0.69 0.20 357.14 0.59 0.51
Hex CB 38 3F 0 48 45 14 165 3B 33
Octal 313 70 77 0 110 105 24 545 73 63
Binary 11001011 111000 111111 0 1001000 1000101 10100 101100101 111011 110011

Color Harmonies of #CB383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB383F

Black with #CB383F

Text Example


Text Example

White with #CB383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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