Html Css Color HEX #CB5011 Tenne (Tawny)

📋 copy color: '#CB5011'

red 203 ◦ green 80 ◦ blue 17

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

Shades of Tenne (Tawny) #CB5011

Tints of Tenne (Tawny) #CB5011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 67.67%
G = 26.67%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB5011 (or 0xCB5011) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 11. RGB value is (203,80,17). Sum of RGB (Red+Green+Blue) = 203+80+17=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5011 is #34AFEE. Grayscale: #6D6D6D. Windows color (decimal): -3452911 or 1134795. OLE color: 1134795.

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

Color convert

RGB 203 80 17 -
CMYK 0 0.61 0.92 0.20
HSL 20.32º 0.85% 0.43% -
HSV(B) 20.32º 0.92% 0.8% -
XYZ 27.6 18.47 2.64 -
YUV 109.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 203 80 17 0 0.61 0.92 0.20 20.32 0.85 0.43
Hex CB 50 11 0 3D 5C 14 14 55 2B
Octal 313 120 21 0 75 134 24 24 125 53
Binary 11001011 1010000 10001 0 111101 1011100 10100 10100 1010101 101011

Color Harmonies of #CB5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5011

Black with #CB5011

Text Example


Text Example

White with #CB5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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