Html Css Color HEX #CB5610 Tenne (Tawny)

📋 copy color: '#CB5610'

red 203 ◦ green 86 ◦ blue 16

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

Shades of Tenne (Tawny) #CB5610

Tints of Tenne (Tawny) #CB5610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 66.56%
G = 28.2%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB5610 (or 0xCB5610) is known color: Tenne (Tawny). HEX triplet: CB, 56 and 10. RGB value is (203,86,16). Sum of RGB (Red+Green+Blue) = 203+86+16=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5610 is #34A9EF. Grayscale: #717171. Windows color (decimal): -3451376 or 1070795. OLE color: 1070795.

HSL color Cylindrical-coordinate representation of color #CB5610: hue angle of 22.46º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB5610 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 86 16 -
CMYK 0 0.58 0.92 0.20
HSL 22.46º 0.85% 0.43% -
HSV(B) 22.46º 0.92% 0.8% -
XYZ 28.05 19.39 2.75 -
YUV 113 73.26 192.19 -
System Red Green Blue C M Y K H S L
Decimal 203 86 16 0 0.58 0.92 0.20 22.46 0.85 0.43
Hex CB 56 10 0 3A 5C 14 16 55 2B
Octal 313 126 20 0 72 134 24 26 125 53
Binary 11001011 1010110 10000 0 111010 1011100 10100 10110 1010101 101011

Color Harmonies of #CB5610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5610

Black with #CB5610

Text Example


Text Example

White with #CB5610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5610; }

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

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

background-color css

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

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

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

border-color css

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

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

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