Html Css Color HEX #CB5014 Tenne (Tawny)

📋 copy color: '#CB5014'

red 203 ◦ green 80 ◦ blue 20

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

Shades of Tenne (Tawny) #CB5014

Tints of Tenne (Tawny) #CB5014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 67%
G = 26.4%
B = 6.6%

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

#CB5014 (or 0xCB5014) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 14. RGB value is (203,80,20). Sum of RGB (Red+Green+Blue) = 203+80+20=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5014 is #34AFEB. Grayscale: #6E6E6E. Windows color (decimal): -3452908 or 1331403. OLE color: 1331403.

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

Color convert

RGB 203 80 20 -
CMYK 0 0.61 0.90 0.20
HSL 19.67º 0.82% 0.44% -
HSV(B) 19.67º 0.9% 0.8% -
XYZ 27.62 18.48 2.77 -
YUV 109.94 77.25 194.38 -
System Red Green Blue C M Y K H S L
Decimal 203 80 20 0 0.61 0.90 0.20 19.67 0.82 0.44
Hex CB 50 14 0 3D 5A 14 14 52 2C
Octal 313 120 24 0 75 132 24 24 122 54
Binary 11001011 1010000 10100 0 111101 1011010 10100 10100 1010010 101100

Color Harmonies of #CB5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5014

Black with #CB5014

Text Example


Text Example

White with #CB5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5014; }

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

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

background-color css

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

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

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

border-color css

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

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

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