#CB5302

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

Shades of Tenne (Tawny) #CB5302

Tints of Tenne (Tawny) #CB5302

Color information

#CB5302 (or 0xCB5302) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 53 and 02. RGB value is (203,83,2). Sum of RGB (Red+Green+Blue) = 203+83+2=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5302 is #34ACFD. Grayscale: #6E6E6E. Windows color (decimal): -3452158 or 152523. OLE color: 152523.

HSL color Cylindrical-coordinate representation of color #CB5302: hue angle of 24.18º degrees, saturation: 0.98, 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 #CB5302 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB203832-
CMYK00.590.990.20
HSL24.18º98.05%40.2%-
HSV(B)24.18º99.01%79.61%-
XYZ27.7318.892.24-
YUV109.6567.26194.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70.49%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=70.49%
G=28.82%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20383200.590.990.2024.1898.0540.2
HexCB53203B6314186228
Octal3131232073143243014250
Binary110010111010011100111011110001110100110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5302; }

 p { color: rgb(203,83,2); }

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

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

 a { background-color: rgb(203,83,2); }

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

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

 span { border-color: rgb(203,83,2); }

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