#CB4C06

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

Shades of Tenne (Tawny) #CB4C06

Tints of Tenne (Tawny) #CB4C06

Color information

#CB4C06 (or 0xCB4C06) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 4C and 06. RGB value is (203,76,6). Sum of RGB (Red+Green+Blue) = 203+76+6=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C06 is #34B3F9. Grayscale: #6A6A6A. Windows color (decimal): -3453946 or 412875. OLE color: 412875.

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

Color convert

RGB203766-
CMYK00.630.970.20
HSL21.32º94.26%40.98%-
HSV(B)21.32º97.04%79.61%-
XYZ27.2517.882.19-
YUV105.9971.58197.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 71.23%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=71.23%
G=26.67%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20376600.630.970.2021.3294.2640.98
HexCB4C603F6114155e29
Octal3131146077141242513651
Binary1100101110011001100111111110000110100101011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C06; }

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

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

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

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

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

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

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

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