Html Css Color HEX #CB5511 Tenne (Tawny)

📋 copy color: '#CB5511'

red 203 ◦ green 85 ◦ blue 17

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

Shades of Tenne (Tawny) #CB5511

Tints of Tenne (Tawny) #CB5511

RGB

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

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

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

R = 66.56%
G = 27.87%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB5511 (or 0xCB5511) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 11. RGB value is (203,85,17). Sum of RGB (Red+Green+Blue) = 203+85+17=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5511 is #34AAEE. Grayscale: #707070. Windows color (decimal): -3451631 or 1136075. OLE color: 1136075.

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

Color convert

RGB 203 85 17 -
CMYK 0 0.58 0.92 0.20
HSL 21.94º 0.85% 0.43% -
HSV(B) 21.94º 0.92% 0.8% -
XYZ 27.98 19.23 2.77 -
YUV 112.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 203 85 17 0 0.58 0.92 0.20 21.94 0.85 0.43
Hex CB 55 11 0 3A 5C 14 16 55 2B
Octal 313 125 21 0 72 134 24 26 125 53
Binary 11001011 1010101 10001 0 111010 1011100 10100 10110 1010101 101011

Color Harmonies of #CB5511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5511

Black with #CB5511

Text Example


Text Example

White with #CB5511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5511; }

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

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

background-color css

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

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

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

border-color css

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

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

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