Html Css Color HEX #CB5100 Tenne (Tawny)

📋 copy color: '#CB5100'

red 203 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #CB5100

Tints of Tenne (Tawny) #CB5100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.48%
G = 28.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB5100 (or 0xCB5100) is known color: Tenne (Tawny). HEX triplet: CB, 51 and 00. RGB value is (203,81,0). Sum of RGB (Red+Green+Blue) = 203+81+0=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5100 is #34AEFF. Grayscale: #6C6C6C. Windows color (decimal): -3452672 or 20939. OLE color: 20939.

HSL color Cylindrical-coordinate representation of color #CB5100: hue angle of 23.94º 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 #CB5100 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 81 0 -
CMYK 0 0.60 1 0.20
HSL 23.94º 1% 0.4% -
HSV(B) 23.94º 1% 0.8% -
XYZ 27.57 18.58 2.13 -
YUV 108.24 66.92 195.59 -
System Red Green Blue C M Y K H S L
Decimal 203 81 0 0 0.60 1 0.20 23.94 1 0.4
Hex CB 51 0 0 3C 64 14 18 64 28
Octal 313 121 0 0 74 144 24 30 144 50
Binary 11001011 1010001 0 0 111100 1100100 10100 11000 1100100 101000

Color Harmonies of #CB5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5100

Black with #CB5100

Text Example


Text Example

White with #CB5100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5100; }

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

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

background-color css

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

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

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

border-color css

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

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

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