#CB5C12

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

Shades of Tenne (Tawny) #CB5C12

Tints of Tenne (Tawny) #CB5C12

Color information

#CB5C12 (or 0xCB5C12) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 5C and 12. RGB value is (203,92,18). Sum of RGB (Red+Green+Blue) = 203+92+18=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C12 is #34A3ED. Grayscale: #757575. Windows color (decimal): -3449838 or 1203403. OLE color: 1203403.

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

Color convert

RGB2039218-
CMYK00.550.910.20
HSL24º83.71%43.33%-
HSV(B)24º91.13%79.61%-
XYZ28.5620.393-
YUV116.7572.27189.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.86%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=64.86%
G=29.39%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203921800.550.910.202483.7143.33
HexCB5C120375B1418542b
Octal31313422067133243012453
Binary110010111011100100100110111101101110100110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5C12; }

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

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

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

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

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

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

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

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