Html Css Color HEX #CB5510 Tenne (Tawny)

📋 copy color: '#CB5510'

red 203 ◦ green 85 ◦ blue 16

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

Shades of Tenne (Tawny) #CB5510

Tints of Tenne (Tawny) #CB5510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 66.78%
G = 27.96%
B = 5.26%

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

#CB5510 (or 0xCB5510) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 10. RGB value is (203,85,16). Sum of RGB (Red+Green+Blue) = 203+85+16=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5510 is #34AAEF. Grayscale: #707070. Windows color (decimal): -3451632 or 1070539. OLE color: 1070539.

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

Color convert

RGB 203 85 16 -
CMYK 0 0.58 0.92 0.20
HSL 22.14º 0.85% 0.43% -
HSV(B) 22.14º 0.92% 0.8% -
XYZ 27.97 19.23 2.73 -
YUV 112.42 73.59 192.61 -
System Red Green Blue C M Y K H S L
Decimal 203 85 16 0 0.58 0.92 0.20 22.14 0.85 0.43
Hex CB 55 10 0 3A 5C 14 16 55 2B
Octal 313 125 20 0 72 134 24 26 125 53
Binary 11001011 1010101 10000 0 111010 1011100 10100 10110 1010101 101011

Color Harmonies of #CB5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5510

Black with #CB5510

Text Example


Text Example

White with #CB5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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