Html Css Color HEX #C0550C Tenne (Tawny)

📋 copy color: '#C0550C'

red 192 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #C0550C

Tints of Tenne (Tawny) #C0550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.15%

R = 66.44%
G = 29.41%
B = 4.15%

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

#C0550C (or 0xC0550C) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 0C. RGB value is (192,85,12). Sum of RGB (Red+Green+Blue) = 192+85+12=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0550C is #3FAAF3. Grayscale: #6D6D6D. Windows color (decimal): -4172532 or 808384. OLE color: 808384.

HSL color Cylindrical-coordinate representation of color #C0550C: hue angle of 24.33º degrees, saturation: 0.88, 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 #C0550C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 12 -
CMYK 0 0.56 0.94 0.25
HSL 24.33º 0.88% 0.4% -
HSV(B) 24.33º 0.94% 0.75% -
XYZ 25.05 17.73 2.45 -
YUV 108.67 73.45 187.44 -
System Red Green Blue C M Y K H S L
Decimal 192 85 12 0 0.56 0.94 0.25 24.33 0.88 0.4
Hex C0 55 C 0 38 5E 19 18 58 28
Octal 300 125 14 0 70 136 31 30 130 50
Binary 11000000 1010101 1100 0 111000 1011110 11001 11000 1011000 101000

Color Harmonies of #C0550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0550C

Black with #C0550C

Text Example


Text Example

White with #C0550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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