Html Css Color HEX #C0550E Tenne (Tawny)

📋 copy color: '#C0550E'

red 192 ◦ green 85 ◦ blue 14

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

Shades of Tenne (Tawny) #C0550E

Tints of Tenne (Tawny) #C0550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 65.98%
G = 29.21%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0550E (or 0xC0550E) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 0E. RGB value is (192,85,14). Sum of RGB (Red+Green+Blue) = 192+85+14=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0550E is #3FAAF1. Grayscale: #6D6D6D. Windows color (decimal): -4172530 or 939456. OLE color: 939456.

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

Color convert

RGB 192 85 14 -
CMYK 0 0.56 0.93 0.25
HSL 23.93º 0.86% 0.4% -
HSV(B) 23.93º 0.93% 0.75% -
XYZ 25.07 17.74 2.52 -
YUV 108.9 74.45 187.27 -
System Red Green Blue C M Y K H S L
Decimal 192 85 14 0 0.56 0.93 0.25 23.93 0.86 0.4
Hex C0 55 E 0 38 5D 19 18 56 28
Octal 300 125 16 0 70 135 31 30 126 50
Binary 11000000 1010101 1110 0 111000 1011101 11001 11000 1010110 101000

Color Harmonies of #C0550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0550E

Black with #C0550E

Text Example


Text Example

White with #C0550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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