Html Css Color HEX #CB353F Mahogany

📋 copy color: '#CB353F'

red 203 ◦ green 53 ◦ blue 63

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

Shades of Mahogany #CB353F

Tints of Mahogany #CB353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 63 (25% from 255) = 19.75%

R = 63.64%
G = 16.61%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB353F (or 0xCB353F) is known color: Mahogany. HEX triplet: CB, 35 and 3F. RGB value is (203,53,63). Sum of RGB (Red+Green+Blue) = 203+53+63=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB353F is #34CAC0. Grayscale: #636363. Windows color (decimal): -3459777 or 4142539. OLE color: 4142539.

HSL color Cylindrical-coordinate representation of color #CB353F: hue angle of 356º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB353F is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 53 63 -
CMYK 0 0.74 0.69 0.20
HSL 356º 0.59% 0.5% -
HSV(B) 356º 0.74% 0.8% -
XYZ 26.8 15.6 6.3 -
YUV 98.99 107.7 202.19 -
System Red Green Blue C M Y K H S L
Decimal 203 53 63 0 0.74 0.69 0.20 356 0.59 0.5
Hex CB 35 3F 0 4A 45 14 164 3B 32
Octal 313 65 77 0 112 105 24 544 73 62
Binary 11001011 110101 111111 0 1001010 1000101 10100 101100100 111011 110010

Color Harmonies of #CB353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB353F

Black with #CB353F

Text Example


Text Example

White with #CB353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB353F; }

 p { color: rgb(203,53,63); }

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

background-color css

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

 a { background-color: rgb(203,53,63); }

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

border-color css

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

 span { border-color: rgb(203,53,63); }

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