Html Css Color HEX #CB5512 Tenne (Tawny)

📋 copy color: '#CB5512'

red 203 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #CB5512

Tints of Tenne (Tawny) #CB5512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.88%

R = 66.34%
G = 27.78%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB5512 (or 0xCB5512) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 12. RGB value is (203,85,18). Sum of RGB (Red+Green+Blue) = 203+85+18=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5512 is #34AAED. Grayscale: #717171. Windows color (decimal): -3451630 or 1201611. OLE color: 1201611.

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

Color convert

RGB 203 85 18 -
CMYK 0 0.58 0.91 0.20
HSL 21.73º 0.84% 0.43% -
HSV(B) 21.73º 0.91% 0.8% -
XYZ 27.99 19.24 2.81 -
YUV 112.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 203 85 18 0 0.58 0.91 0.20 21.73 0.84 0.43
Hex CB 55 12 0 3A 5B 14 16 54 2B
Octal 313 125 22 0 72 133 24 26 124 53
Binary 11001011 1010101 10010 0 111010 1011011 10100 10110 1010100 101011

Color Harmonies of #CB5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5512

Black with #CB5512

Text Example


Text Example

White with #CB5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5512; }

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

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

background-color css

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

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

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

border-color css

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

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

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