#CB4C0C

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

Shades of Tenne (Tawny) #CB4C0C

Tints of Tenne (Tawny) #CB4C0C

Color information

#CB4C0C (or 0xCB4C0C) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 4C and 0C. RGB value is (203,76,12). Sum of RGB (Red+Green+Blue) = 203+76+12=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C0C is #34B3F3. Grayscale: #6B6B6B. Windows color (decimal): -3453940 or 806091. OLE color: 806091.

HSL color Cylindrical-coordinate representation of color #CB4C0C: hue angle of 20.1º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB4C0C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB2037612-
CMYK00.630.940.20
HSL20.1º88.84%42.16%-
HSV(B)20.1º94.09%79.61%-
XYZ27.2817.892.36-
YUV106.6874.58196.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.76%
GREEN value IS 76 (30.08% from 255) = 26.12%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=69.76%
G=26.12%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203761200.630.940.2020.188.8442.16
HexCB4CC03F5E1414592a
Octal31311414077136242413152
Binary11001011100110011000111111101111010100101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C0C; }

 p { color: rgb(203,76,12); }

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

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

 a { background-color: rgb(203,76,12); }

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

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

 span { border-color: rgb(203,76,12); }

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