Html Css Color HEX #CB4447 Mahogany

📋 copy color: '#CB4447'

red 203 ◦ green 68 ◦ blue 71

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

Shades of Mahogany #CB4447

Tints of Mahogany #CB4447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

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

R = 59.36%
G = 19.88%
B = 20.76%

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

#CB4447 (or 0xCB4447) is known color: Mahogany. HEX triplet: CB, 44 and 47. RGB value is (203,68,71). Sum of RGB (Red+Green+Blue) = 203+68+71=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4447 is #34BBB8. Grayscale: #6C6C6C. Windows color (decimal): -3455929 or 4670667. OLE color: 4670667.

HSL color Cylindrical-coordinate representation of color #CB4447: hue angle of 358.67º degrees, saturation: 0.56, 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 #CB4447 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 68 71 -
CMYK 0 0.67 0.65 0.20
HSL 358.67º 0.56% 0.53% -
HSV(B) 358.67º 0.67% 0.8% -
XYZ 27.83 17.29 7.83 -
YUV 108.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 203 68 71 0 0.67 0.65 0.20 358.67 0.56 0.53
Hex CB 44 47 0 43 41 14 167 38 35
Octal 313 104 107 0 103 101 24 547 70 65
Binary 11001011 1000100 1000111 0 1000011 1000001 10100 101100111 111000 110101

Color Harmonies of #CB4447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4447

Black with #CB4447

Text Example


Text Example

White with #CB4447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4447; }

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

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

background-color css

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

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

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

border-color css

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

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

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