Html Css Color HEX #CB5212 Tenne (Tawny)

📋 copy color: '#CB5212'

red 203 ◦ green 82 ◦ blue 18

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

Shades of Tenne (Tawny) #CB5212

Tints of Tenne (Tawny) #CB5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

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

R = 67%
G = 27.06%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB5212 (or 0xCB5212) is known color: Tenne (Tawny). HEX triplet: CB, 52 and 12. RGB value is (203,82,18). Sum of RGB (Red+Green+Blue) = 203+82+18=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5212 is #34ADED. Grayscale: #6F6F6F. Windows color (decimal): -3452398 or 1200843. OLE color: 1200843.

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

Color convert

RGB 203 82 18 -
CMYK 0 0.60 0.91 0.20
HSL 20.76º 0.84% 0.43% -
HSV(B) 20.76º 0.91% 0.8% -
XYZ 27.76 18.77 2.73 -
YUV 110.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 203 82 18 0 0.60 0.91 0.20 20.76 0.84 0.43
Hex CB 52 12 0 3C 5B 14 15 54 2B
Octal 313 122 22 0 74 133 24 25 124 53
Binary 11001011 1010010 10010 0 111100 1011011 10100 10101 1010100 101011

Color Harmonies of #CB5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5212

Black with #CB5212

Text Example


Text Example

White with #CB5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5212; }

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

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

background-color css

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

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

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

border-color css

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

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

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