Html Css Color HEX #CB5800 Tenne (Tawny)

📋 copy color: '#CB5800'

red 203 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #CB5800

Tints of Tenne (Tawny) #CB5800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.24%

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

R = 69.76%
G = 30.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB5800 (or 0xCB5800) is known color: Tenne (Tawny). HEX triplet: CB, 58 and 00. RGB value is (203,88,0). Sum of RGB (Red+Green+Blue) = 203+88+0=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5800 is #34A7FF. Grayscale: #707070. Windows color (decimal): -3450880 or 22731. OLE color: 22731.

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

Color convert

RGB 203 88 0 -
CMYK 0 0.57 1 0.20
HSL 26.01º 1% 0.4% -
HSV(B) 26.01º 1% 0.8% -
XYZ 28.12 19.68 2.32 -
YUV 112.35 64.6 192.66 -
System Red Green Blue C M Y K H S L
Decimal 203 88 0 0 0.57 1 0.20 26.01 1 0.4
Hex CB 58 0 0 39 64 14 1A 64 28
Octal 313 130 0 0 71 144 24 32 144 50
Binary 11001011 1011000 0 0 111001 1100100 10100 11010 1100100 101000

Color Harmonies of #CB5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5800

Black with #CB5800

Text Example


Text Example

White with #CB5800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5800; }

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

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

background-color css

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

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

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

border-color css

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

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

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