Html Css Color HEX #CB4043 Mahogany

📋 copy color: '#CB4043'

red 203 ◦ green 64 ◦ blue 67

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

Shades of Mahogany #CB4043

Tints of Mahogany #CB4043

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 60.78%
G = 19.16%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB4043 (or 0xCB4043) is known color: Mahogany. HEX triplet: CB, 40 and 43. RGB value is (203,64,67). Sum of RGB (Red+Green+Blue) = 203+64+67=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4043 is #34BFBC. Grayscale: #6A6A6A. Windows color (decimal): -3456957 or 4407499. OLE color: 4407499.

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

Color convert

RGB 203 64 67 -
CMYK 0 0.68 0.67 0.20
HSL 358.71º 0.57% 0.52% -
HSV(B) 358.71º 0.68% 0.8% -
XYZ 27.48 16.77 7.1 -
YUV 105.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 203 64 67 0 0.68 0.67 0.20 358.71 0.57 0.52
Hex CB 40 43 0 44 43 14 167 39 34
Octal 313 100 103 0 104 103 24 547 71 64
Binary 11001011 1000000 1000011 0 1000100 1000011 10100 101100111 111001 110100

Color Harmonies of #CB4043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4043

Black with #CB4043

Text Example


Text Example

White with #CB4043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4043; }

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

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

background-color css

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

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

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

border-color css

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

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

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