Html Css Color HEX #CB4546 Mahogany

📋 copy color: '#CB4546'

red 203 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #CB4546

Tints of Mahogany #CB4546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 59.36%
G = 20.18%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB4546 (or 0xCB4546) is known color: Mahogany. HEX triplet: CB, 45 and 46. RGB value is (203,69,70). Sum of RGB (Red+Green+Blue) = 203+69+70=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4546 is #34BAB9. Grayscale: #6D6D6D. Windows color (decimal): -3455674 or 4605387. OLE color: 4605387.

HSL color Cylindrical-coordinate representation of color #CB4546: hue angle of 359.55º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4546 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 69 70 -
CMYK 0 0.66 0.66 0.20
HSL 359.55º 0.56% 0.53% -
HSV(B) 359.55º 0.66% 0.8% -
XYZ 27.86 17.39 7.68 -
YUV 109.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 203 69 70 0 0.66 0.66 0.20 359.55 0.56 0.53
Hex CB 45 46 0 42 42 14 168 38 35
Octal 313 105 106 0 102 102 24 550 70 65
Binary 11001011 1000101 1000110 0 1000010 1000010 10100 101101000 111000 110101

Color Harmonies of #CB4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4546

Black with #CB4546

Text Example


Text Example

White with #CB4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4546; }

 p { color: rgb(203,69,70); }

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

background-color css

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

 a { background-color: rgb(203,69,70); }

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

border-color css

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

 span { border-color: rgb(203,69,70); }

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