Html Css Color HEX #C0550B Tenne (Tawny)

📋 copy color: '#C0550B'

red 192 ◦ green 85 ◦ blue 11

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

Shades of Tenne (Tawny) #C0550B

Tints of Tenne (Tawny) #C0550B

RGB

 RED value IS 192 (75.39% from 255) = 66.67%

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

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 66.67%
G = 29.51%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0550B (or 0xC0550B) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 0B. RGB value is (192,85,11). Sum of RGB (Red+Green+Blue) = 192+85+11=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0550B is #3FAAF4. Grayscale: #6C6C6C. Windows color (decimal): -4172533 or 742848. OLE color: 742848.

HSL color Cylindrical-coordinate representation of color #C0550B: hue angle of 24.53º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0550B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 11 -
CMYK 0 0.56 0.94 0.25
HSL 24.53º 0.89% 0.4% -
HSV(B) 24.53º 0.94% 0.75% -
XYZ 25.05 17.73 2.42 -
YUV 108.56 72.95 187.52 -
System Red Green Blue C M Y K H S L
Decimal 192 85 11 0 0.56 0.94 0.25 24.53 0.89 0.4
Hex C0 55 B 0 38 5E 19 19 59 28
Octal 300 125 13 0 70 136 31 31 131 50
Binary 11000000 1010101 1011 0 111000 1011110 11001 11001 1011001 101000

Color Harmonies of #C0550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0550B

Black with #C0550B

Text Example


Text Example

White with #C0550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0550B; }

 p { color: rgb(192,85,11); }

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

background-color css

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

 a { background-color: rgb(192,85,11); }

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

border-color css

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

 span { border-color: rgb(192,85,11); }

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