#CB5012

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

Shades of Tenne (Tawny) #CB5012

Tints of Tenne (Tawny) #CB5012

Color information

#CB5012 (or 0xCB5012) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 50 and 12. RGB value is (203,80,18). Sum of RGB (Red+Green+Blue) = 203+80+18=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5012 is #34AFED. Grayscale: #6E6E6E. Windows color (decimal): -3452910 or 1200331. OLE color: 1200331.

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

Color convert

RGB2038018-
CMYK00.610.910.20
HSL20.11º83.71%43.33%-
HSV(B)20.11º91.13%79.61%-
XYZ27.6118.482.68-
YUV109.7176.25194.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.44%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=67.44%
G=26.58%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203801800.610.910.2020.1183.7143.33
HexCB501203D5B1414542b
Octal31312022075133242412453
Binary110010111010000100100111101101101110100101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5012; }

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

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

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

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

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

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

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

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