#CB5605

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

Shades of Tenne (Tawny) #CB5605

Tints of Tenne (Tawny) #CB5605

Color information

#CB5605 (or 0xCB5605) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 56 and 05. RGB value is (203,86,5). Sum of RGB (Red+Green+Blue) = 203+86+5=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5605 is #34A9FA. Grayscale: #707070. Windows color (decimal): -3451387 or 349899. OLE color: 349899.

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

Color convert

RGB203865-
CMYK00.580.980.20
HSL24.55º95.19%40.78%-
HSV(B)24.55º97.54%79.61%-
XYZ27.9819.362.41-
YUV111.7567.76193.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.05%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 5 (2.34% from 255) = 1.70%
R=69.05%
G=29.25%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20386500.580.980.2024.5595.1940.78
HexCB56503A6214195f29
Octal3131265072142243113751
Binary1100101110101101010111010110001010100110011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5605; }

 p { color: rgb(203,86,5); }

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

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

 a { background-color: rgb(203,86,5); }

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

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

 span { border-color: rgb(203,86,5); }

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