#cb5c03

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

Shades of Tenne (Tawny) #CB5C03

Tints of Tenne (Tawny) #CB5C03

Color information

#CB5C03 (or 0xCB5C03) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 5C and 03. RGB value is (203,92,3). Sum of RGB (Red+Green+Blue) = 203+92+3=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C03 is #34A3FC. Grayscale: #737373. Windows color (decimal): -3449853 or 220363. OLE color: 220363.

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

Color convert

RGB203923-
CMYK00.550.990.20
HSL26.7º97.09%40.39%-
HSV(B)26.7º98.52%79.61%-
XYZ28.4720.362.51-
YUV115.0464.77190.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 68.12%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 3 (1.56% from 255) = 1.01%
R=68.12%
G=30.87%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20392300.550.990.2026.797.0940.39
HexCB5C303763141b6128
Octal3131343067143243314150
Binary110010111011100110110111110001110100110111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5c03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5c03; }

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

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

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

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

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

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

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

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