Html Css Color HEX #C0630E Tenne (Tawny)

📋 copy color: '#C0630E'

red 192 ◦ green 99 ◦ blue 14

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

Shades of Tenne (Tawny) #C0630E

Tints of Tenne (Tawny) #C0630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 62.95%
G = 32.46%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0630E (or 0xC0630E) is known color: Tenne (Tawny). HEX triplet: C0, 63 and 0E. RGB value is (192,99,14). Sum of RGB (Red+Green+Blue) = 192+99+14=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0630E is #3F9CF1. Grayscale: #757575. Windows color (decimal): -4168946 or 943040. OLE color: 943040.

HSL color Cylindrical-coordinate representation of color #C0630E: hue angle of 28.65º 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 #C0630E is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 14 -
CMYK 0 0.48 0.93 0.25
HSL 28.65º 0.86% 0.4% -
HSV(B) 28.65º 0.93% 0.75% -
XYZ 26.28 20.16 2.92 -
YUV 117.12 69.81 181.41 -
System Red Green Blue C M Y K H S L
Decimal 192 99 14 0 0.48 0.93 0.25 28.65 0.86 0.4
Hex C0 63 E 0 30 5D 19 1D 56 28
Octal 300 143 16 0 60 135 31 35 126 50
Binary 11000000 1100011 1110 0 110000 1011101 11001 11101 1010110 101000

Color Harmonies of #C0630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0630E

Black with #C0630E

Text Example


Text Example

White with #C0630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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