Html Css Color HEX #CB5016 Tenne (Tawny)

📋 copy color: '#CB5016'

red 203 ◦ green 80 ◦ blue 22

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

Shades of Tenne (Tawny) #CB5016

Tints of Tenne (Tawny) #CB5016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 66.56%
G = 26.23%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB5016 (or 0xCB5016) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 16. RGB value is (203,80,22). Sum of RGB (Red+Green+Blue) = 203+80+22=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5016 is #34AFE9. Grayscale: #6E6E6E. Windows color (decimal): -3452906 or 1462475. OLE color: 1462475.

HSL color Cylindrical-coordinate representation of color #CB5016: hue angle of 19.23º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB5016 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 22 -
CMYK 0 0.61 0.89 0.20
HSL 19.23º 0.8% 0.44% -
HSV(B) 19.23º 0.89% 0.8% -
XYZ 27.64 18.49 2.87 -
YUV 110.17 78.25 194.22 -
System Red Green Blue C M Y K H S L
Decimal 203 80 22 0 0.61 0.89 0.20 19.23 0.8 0.44
Hex CB 50 16 0 3D 59 14 13 50 2C
Octal 313 120 26 0 75 131 24 23 120 54
Binary 11001011 1010000 10110 0 111101 1011001 10100 10011 1010000 101100

Color Harmonies of #CB5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5016

Black with #CB5016

Text Example


Text Example

White with #CB5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5016; }

 p { color: rgb(203,80,22); }

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

background-color css

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

 a { background-color: rgb(203,80,22); }

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

border-color css

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

 span { border-color: rgb(203,80,22); }

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