Html Css Color HEX #CB313C Mahogany

📋 copy color: '#CB313C'

red 203 ◦ green 49 ◦ blue 60

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

Shades of Mahogany #CB313C

Tints of Mahogany #CB313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 65.06%
G = 15.71%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB313C (or 0xCB313C) is known color: Mahogany. HEX triplet: CB, 31 and 3C. RGB value is (203,49,60). Sum of RGB (Red+Green+Blue) = 203+49+60=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB313C is #34CEC3. Grayscale: #606060. Windows color (decimal): -3460804 or 3944907. OLE color: 3944907.

HSL color Cylindrical-coordinate representation of color #CB313C: hue angle of 355.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB313C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 49 60 -
CMYK 0 0.76 0.70 0.20
HSL 355.71º 0.61% 0.49% -
HSV(B) 355.71º 0.76% 0.8% -
XYZ 26.54 15.22 5.81 -
YUV 96.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 203 49 60 0 0.76 0.70 0.20 355.71 0.61 0.49
Hex CB 31 3C 0 4C 46 14 164 3D 31
Octal 313 61 74 0 114 106 24 544 75 61
Binary 11001011 110001 111100 0 1001100 1000110 10100 101100100 111101 110001

Color Harmonies of #CB313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB313C

Black with #CB313C

Text Example


Text Example

White with #CB313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB313C; }

 p { color: rgb(203,49,60); }

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

background-color css

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

 a { background-color: rgb(203,49,60); }

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

border-color css

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

 span { border-color: rgb(203,49,60); }

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