Html Css Color HEX #CB4347 Mahogany

📋 copy color: '#CB4347'

red 203 ◦ green 67 ◦ blue 71

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

Shades of Mahogany #CB4347

Tints of Mahogany #CB4347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 71 (28.13% from 255) = 20.82%

R = 59.53%
G = 19.65%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB4347 (or 0xCB4347) is known color: Mahogany. HEX triplet: CB, 43 and 47. RGB value is (203,67,71). Sum of RGB (Red+Green+Blue) = 203+67+71=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4347 is #34BCB8. Grayscale: #6C6C6C. Windows color (decimal): -3456185 or 4670411. OLE color: 4670411.

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

Color convert

RGB 203 67 71 -
CMYK 0 0.67 0.65 0.20
HSL 358.24º 0.57% 0.53% -
HSV(B) 358.24º 0.67% 0.8% -
XYZ 27.77 17.17 7.81 -
YUV 108.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 203 67 71 0 0.67 0.65 0.20 358.24 0.57 0.53
Hex CB 43 47 0 43 41 14 166 39 35
Octal 313 103 107 0 103 101 24 546 71 65
Binary 11001011 1000011 1000111 0 1000011 1000001 10100 101100110 111001 110101

Color Harmonies of #CB4347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4347

Black with #CB4347

Text Example


Text Example

White with #CB4347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4347; }

 p { color: rgb(203,67,71); }

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

background-color css

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

 a { background-color: rgb(203,67,71); }

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

border-color css

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

 span { border-color: rgb(203,67,71); }

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