Html Css Color HEX #CB5E01 Tenne (Tawny)

📋 copy color: '#CB5E01'

red 203 ◦ green 94 ◦ blue 1

#CB5E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CB5E01

Tints of Tenne (Tawny) #CB5E01

RGB

 RED value IS 203 (79.69% from 255) = 68.12%

 GREEN value IS 94 (37.11% from 255) = 31.54%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 68.12%
G = 31.54%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB5E01 (or 0xCB5E01) is known color: Tenne (Tawny). HEX triplet: CB, 5E and 01. RGB value is (203,94,1). Sum of RGB (Red+Green+Blue) = 203+94+1=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E01 is #34A1FE. Grayscale: #747474. Windows color (decimal): -3449343 or 89803. OLE color: 89803.

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

Color convert

RGB 203 94 1 -
CMYK 0 0.54 1.00 0.20
HSL 27.62º 0.99% 0.4% -
HSV(B) 27.62º 1% 0.8% -
XYZ 28.64 20.7 2.52 -
YUV 115.99 63.11 190.06 -
System Red Green Blue C M Y K H S L
Decimal 203 94 1 0 0.54 1.00 0.20 27.62 0.99 0.4
Hex CB 5E 1 0 36 64 14 1C 63 28
Octal 313 136 1 0 66 144 24 34 143 50
Binary 11001011 1011110 1 0 110110 1100100 10100 11100 1100011 101000

Color Harmonies of #CB5E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E01

Black with #CB5E01

Text Example


Text Example

White with #CB5E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E01; }

 p { color: rgb(203,94,1); }

 H1.HeaderClassName
 {
   color: #CB5E01;
 }
 .AnyTagClassName
 {
   color: #CB5E01;
 }
</style>

background-color css

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

 a { background-color: rgb(203,94,1); }

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

border-color css

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

 span { border-color: rgb(203,94,1); }

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