#CB5C09

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

Shades of Tenne (Tawny) #CB5C09

Tints of Tenne (Tawny) #CB5C09

Color information

#CB5C09 (or 0xCB5C09) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 5C and 09. RGB value is (203,92,9). Sum of RGB (Red+Green+Blue) = 203+92+9=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C09 is #34A3F6. Grayscale: #747474. Windows color (decimal): -3449847 or 613579. OLE color: 613579.

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

Color convert

RGB203929-
CMYK00.550.960.20
HSL25.67º91.51%41.57%-
HSV(B)25.67º95.57%79.61%-
XYZ28.5120.372.69-
YUV115.7367.77190.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 66.78%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 9 (3.91% from 255) = 2.96%
R=66.78%
G=30.26%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20392900.550.960.2025.6791.5141.57
HexCB5C903760141a5c2a
Octal31313411067140243213452
Binary11001011101110010010110111110000010100110101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5C09; }

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

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

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

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

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

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

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

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