Html Css Color HEX #CB4243 Mahogany

📋 copy color: '#CB4243'

red 203 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #CB4243

Tints of Mahogany #CB4243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

 BLUE value IS 67 (26.56% from 255) = 19.94%

R = 60.42%
G = 19.64%
B = 19.94%

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

#CB4243 (or 0xCB4243) is known color: Mahogany. HEX triplet: CB, 42 and 43. RGB value is (203,66,67). Sum of RGB (Red+Green+Blue) = 203+66+67=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4243 is #34BDBC. Grayscale: #6B6B6B. Windows color (decimal): -3456445 or 4408011. OLE color: 4408011.

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

Color convert

RGB 203 66 67 -
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.59 17 7.14 -
YUV 107.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 203 66 67 0 0.67 0.67 0.20 359.56 0.57 0.53
Hex CB 42 43 0 43 43 14 168 39 35
Octal 313 102 103 0 103 103 24 550 71 65
Binary 11001011 1000010 1000011 0 1000011 1000011 10100 101101000 111001 110101

Color Harmonies of #CB4243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4243

Black with #CB4243

Text Example


Text Example

White with #CB4243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4243; }

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

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

background-color css

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

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

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

border-color css

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

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

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