Html Css Color HEX #CB4344 Mahogany

📋 copy color: '#CB4344'

red 203 ◦ green 67 ◦ blue 68

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

Shades of Mahogany #CB4344

Tints of Mahogany #CB4344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 60.06%
G = 19.82%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB4344 (or 0xCB4344) is known color: Mahogany. HEX triplet: CB, 43 and 44. RGB value is (203,67,68). Sum of RGB (Red+Green+Blue) = 203+67+68=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4344 is #34BCBB. Grayscale: #6B6B6B. Windows color (decimal): -3456188 or 4473803. OLE color: 4473803.

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

Color convert

RGB 203 67 68 -
CMYK 0 0.67 0.67 0.20
HSL 359.56º 0.57% 0.53% -
HSV(B) 359.56º 0.67% 0.8% -
XYZ 27.68 17.13 7.32 -
YUV 107.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 203 67 68 0 0.67 0.67 0.20 359.56 0.57 0.53
Hex CB 43 44 0 43 43 14 168 39 35
Octal 313 103 104 0 103 103 24 550 71 65
Binary 11001011 1000011 1000100 0 1000011 1000011 10100 101101000 111001 110101

Color Harmonies of #CB4344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4344

Black with #CB4344

Text Example


Text Example

White with #CB4344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4344; }

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

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

background-color css

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

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

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

border-color css

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

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

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