Html Css Color HEX #CB5A00 Tenne (Tawny)

📋 copy color: '#CB5A00'

red 203 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #CB5A00

Tints of Tenne (Tawny) #CB5A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

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

R = 69.28%
G = 30.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB5A00 (or 0xCB5A00) is known color: Tenne (Tawny). HEX triplet: CB, 5A and 00. RGB value is (203,90,0). Sum of RGB (Red+Green+Blue) = 203+90+0=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A00 is #34A5FF. Grayscale: #727272. Windows color (decimal): -3450368 or 23243. OLE color: 23243.

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

Color convert

RGB 203 90 0 -
CMYK 0 0.56 1 0.20
HSL 26.6º 1% 0.4% -
HSV(B) 26.6º 1% 0.8% -
XYZ 28.28 20.01 2.37 -
YUV 113.53 63.94 191.82 -
System Red Green Blue C M Y K H S L
Decimal 203 90 0 0 0.56 1 0.20 26.6 1 0.4
Hex CB 5A 0 0 38 64 14 1B 64 28
Octal 313 132 0 0 70 144 24 33 144 50
Binary 11001011 1011010 0 0 111000 1100100 10100 11011 1100100 101000

Color Harmonies of #CB5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A00

Black with #CB5A00

Text Example


Text Example

White with #CB5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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