#CB5212

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

Shades of Tenne (Tawny) #CB5212

Tints of Tenne (Tawny) #CB5212

Color information

#CB5212 (or 0xCB5212) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 52 and 12. RGB value is (203,82,18). Sum of RGB (Red+Green+Blue) = 203+82+18=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5212 is #34ADED. Grayscale: #6F6F6F. Windows color (decimal): -3452398 or 1200843. OLE color: 1200843.

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

Color convert

RGB2038218-
CMYK00.600.910.20
HSL20.76º83.71%43.33%-
HSV(B)20.76º91.13%79.61%-
XYZ27.7618.772.73-
YUV110.8875.59193.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.00%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=67.00%
G=27.06%
B=5.94%

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
Decimal203821800.600.910.2020.7683.7143.33
HexCB521203C5B1415542b
Octal31312222074133242512453
Binary110010111010010100100111100101101110100101011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5212; }

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

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

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

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

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

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

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

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