Html Css Color HEX #CB5015 Tenne (Tawny)

📋 copy color: '#CB5015'

red 203 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #CB5015

Tints of Tenne (Tawny) #CB5015

RGB

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

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

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

R = 66.78%
G = 26.32%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB5015 (or 0xCB5015) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 15. RGB value is (203,80,21). Sum of RGB (Red+Green+Blue) = 203+80+21=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5015 is #34AFEA. Grayscale: #6E6E6E. Windows color (decimal): -3452907 or 1396939. OLE color: 1396939.

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

Color convert

RGB 203 80 21 -
CMYK 0 0.61 0.90 0.20
HSL 19.45º 0.81% 0.44% -
HSV(B) 19.45º 0.9% 0.8% -
XYZ 27.63 18.49 2.82 -
YUV 110.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 203 80 21 0 0.61 0.90 0.20 19.45 0.81 0.44
Hex CB 50 15 0 3D 5A 14 13 51 2C
Octal 313 120 25 0 75 132 24 23 121 54
Binary 11001011 1010000 10101 0 111101 1011010 10100 10011 1010001 101100

Color Harmonies of #CB5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5015

Black with #CB5015

Text Example


Text Example

White with #CB5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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