Html Css Color HEX #C0550F Tenne (Tawny)

📋 copy color: '#C0550F'

red 192 ◦ green 85 ◦ blue 15

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

Shades of Tenne (Tawny) #C0550F

Tints of Tenne (Tawny) #C0550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.14%

R = 65.75%
G = 29.11%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0550F (or 0xC0550F) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 0F. RGB value is (192,85,15). Sum of RGB (Red+Green+Blue) = 192+85+15=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0550F is #3FAAF0. Grayscale: #6D6D6D. Windows color (decimal): -4172529 or 1004992. OLE color: 1004992.

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

Color convert

RGB 192 85 15 -
CMYK 0 0.56 0.92 0.25
HSL 23.73º 0.86% 0.41% -
HSV(B) 23.73º 0.92% 0.75% -
XYZ 25.07 17.74 2.55 -
YUV 109.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 192 85 15 0 0.56 0.92 0.25 23.73 0.86 0.41
Hex C0 55 F 0 38 5C 19 18 56 29
Octal 300 125 17 0 70 134 31 30 126 51
Binary 11000000 1010101 1111 0 111000 1011100 11001 11000 1010110 101001

Color Harmonies of #C0550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0550F

Black with #C0550F

Text Example


Text Example

White with #C0550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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