Html Css Color HEX #CB5615 Tenne (Tawny)

📋 copy color: '#CB5615'

red 203 ◦ green 86 ◦ blue 21

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

Shades of Tenne (Tawny) #CB5615

Tints of Tenne (Tawny) #CB5615

RGB

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

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

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

R = 65.48%
G = 27.74%
B = 6.77%

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

#CB5615 (or 0xCB5615) is known color: Tenne (Tawny). HEX triplet: CB, 56 and 15. RGB value is (203,86,21). Sum of RGB (Red+Green+Blue) = 203+86+21=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5615 is #34A9EA. Grayscale: #717171. Windows color (decimal): -3451371 or 1398475. OLE color: 1398475.

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

Color convert

RGB 203 86 21 -
CMYK 0 0.58 0.90 0.20
HSL 21.43º 0.81% 0.44% -
HSV(B) 21.43º 0.9% 0.8% -
XYZ 28.09 19.41 2.97 -
YUV 113.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 203 86 21 0 0.58 0.90 0.20 21.43 0.81 0.44
Hex CB 56 15 0 3A 5A 14 15 51 2C
Octal 313 126 25 0 72 132 24 25 121 54
Binary 11001011 1010110 10101 0 111010 1011010 10100 10101 1010001 101100

Color Harmonies of #CB5615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5615

Black with #CB5615

Text Example


Text Example

White with #CB5615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5615; }

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

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

background-color css

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

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

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

border-color css

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

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

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