Html Css Color HEX #CB4348 Mahogany

📋 copy color: '#CB4348'

red 203 ◦ green 67 ◦ blue 72

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

Shades of Mahogany #CB4348

Tints of Mahogany #CB4348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 59.36%
G = 19.59%
B = 21.05%

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

#CB4348 (or 0xCB4348) is known color: Mahogany. HEX triplet: CB, 43 and 48. RGB value is (203,67,72). Sum of RGB (Red+Green+Blue) = 203+67+72=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4348 is #34BCB7. Grayscale: #6C6C6C. Windows color (decimal): -3456184 or 4735947. OLE color: 4735947.

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

Color convert

RGB 203 67 72 -
CMYK 0 0.67 0.65 0.20
HSL 357.79º 0.57% 0.53% -
HSV(B) 357.79º 0.67% 0.8% -
XYZ 27.81 17.18 7.98 -
YUV 108.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 203 67 72 0 0.67 0.65 0.20 357.79 0.57 0.53
Hex CB 43 48 0 43 41 14 166 39 35
Octal 313 103 110 0 103 101 24 546 71 65
Binary 11001011 1000011 1001000 0 1000011 1000001 10100 101100110 111001 110101

Color Harmonies of #CB4348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4348

Black with #CB4348

Text Example


Text Example

White with #CB4348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4348; }

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

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

background-color css

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

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

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

border-color css

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

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

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