#CB5112

Color #CB5112 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CB5112

Tints of Tenne (Tawny) #CB5112

Color information

#CB5112 (or 0xCB5112) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 51 and 12. RGB value is (203,81,18). Sum of RGB (Red+Green+Blue) = 203+81+18=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5112 is #34AEED. Grayscale: #6E6E6E. Windows color (decimal): -3452654 or 1200587. OLE color: 1200587.

HSL color Cylindrical-coordinate representation of color #CB5112: hue angle of 20.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB5112 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB2038118-
CMYK00.600.910.20
HSL20.43º83.71%43.33%-
HSV(B)20.43º91.13%79.61%-
XYZ27.6818.632.71-
YUV110.375.92194.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.22%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 18 (7.42% from 255) = 5.96%
R=67.22%
G=26.82%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203811800.600.910.2020.4383.7143.33
HexCB511203C5B1414542b
Octal31312122074133242412453
Binary110010111010001100100111100101101110100101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5112; }

 p { color: rgb(203,81,18); }

 H1.HeaderClassName
 {
   color: #CB5112;
 }
 .AnyTagClassName
 {
   color: #CB5112;
 }
</style>
background-color css

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

 a { background-color: rgb(203,81,18); }

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

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

 span { border-color: rgb(203,81,18); }

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