#CB4200

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

Shades of Tenne (Tawny) #CB4200

Tints of Tenne (Tawny) #CB4200

Color information

#CB4200 (or 0xCB4200) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 42 and 00. RGB value is (203,66,0). Sum of RGB (Red+Green+Blue) = 203+66+0=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4200 is #34BDFF. Grayscale: #636363. Windows color (decimal): -3456512 or 17099. OLE color: 17099.

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

Color convert

RGB203660-
CMYK00.6710.20
HSL19.51º100%39.8%-
HSV(B)19.51º100%79.61%-
XYZ26.5816.591.8-
YUV99.4471.89201.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 75.46%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.46%
G=24.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20366000.6710.2019.5110039.8
HexCB4200436414146428
Octal31310200103144242414450
Binary110010111000010001000011110010010100101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4200; }

 p { color: rgb(203,66,0); }

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

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

 a { background-color: rgb(203,66,0); }

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

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

 span { border-color: rgb(203,66,0); }

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