Html Css Color HEX #CB5515 Tenne (Tawny)

📋 copy color: '#CB5515'

red 203 ◦ green 85 ◦ blue 21

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

Shades of Tenne (Tawny) #CB5515

Tints of Tenne (Tawny) #CB5515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 65.7%
G = 27.51%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB5515 (or 0xCB5515) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 15. RGB value is (203,85,21). Sum of RGB (Red+Green+Blue) = 203+85+21=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5515 is #34AAEA. Grayscale: #717171. Windows color (decimal): -3451627 or 1398219. OLE color: 1398219.

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

Color convert

RGB 203 85 21 -
CMYK 0 0.58 0.90 0.20
HSL 21.1º 0.81% 0.44% -
HSV(B) 21.1º 0.9% 0.8% -
XYZ 28.01 19.25 2.95 -
YUV 112.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 203 85 21 0 0.58 0.90 0.20 21.1 0.81 0.44
Hex CB 55 15 0 3A 5A 14 15 51 2C
Octal 313 125 25 0 72 132 24 25 121 54
Binary 11001011 1010101 10101 0 111010 1011010 10100 10101 1010001 101100

Color Harmonies of #CB5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5515

Black with #CB5515

Text Example


Text Example

White with #CB5515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5515; }

 p { color: rgb(203,85,21); }

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

background-color css

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

 a { background-color: rgb(203,85,21); }

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

border-color css

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

 span { border-color: rgb(203,85,21); }

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