Html Css Color HEX #CB5600 Tenne (Tawny)

📋 copy color: '#CB5600'

red 203 ◦ green 86 ◦ blue 0

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

Shades of Tenne (Tawny) #CB5600

Tints of Tenne (Tawny) #CB5600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 70.24%
G = 29.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB5600 (or 0xCB5600) is known color: Tenne (Tawny). HEX triplet: CB, 56 and 00. RGB value is (203,86,0). Sum of RGB (Red+Green+Blue) = 203+86+0=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5600 is #34A9FF. Grayscale: #6F6F6F. Windows color (decimal): -3451392 or 22219. OLE color: 22219.

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

Color convert

RGB 203 86 0 -
CMYK 0 0.58 1 0.20
HSL 25.42º 1% 0.4% -
HSV(B) 25.42º 1% 0.8% -
XYZ 27.96 19.35 2.26 -
YUV 111.18 65.26 193.49 -
System Red Green Blue C M Y K H S L
Decimal 203 86 0 0 0.58 1 0.20 25.42 1 0.4
Hex CB 56 0 0 3A 64 14 19 64 28
Octal 313 126 0 0 72 144 24 31 144 50
Binary 11001011 1010110 0 0 111010 1100100 10100 11001 1100100 101000

Color Harmonies of #CB5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5600

Black with #CB5600

Text Example


Text Example

White with #CB5600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5600; }

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

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

background-color css

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

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

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

border-color css

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

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

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