Html Css Color HEX #C0650A Tenne (Tawny)

📋 copy color: '#C0650A'

red 192 ◦ green 101 ◦ blue 10

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

Shades of Tenne (Tawny) #C0650A

Tints of Tenne (Tawny) #C0650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 63.37%
G = 33.33%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0650A (or 0xC0650A) is known color: Tenne (Tawny). HEX triplet: C0, 65 and 0A. RGB value is (192,101,10). Sum of RGB (Red+Green+Blue) = 192+101+10=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0650A is #3F9AF5. Grayscale: #767676. Windows color (decimal): -4168438 or 681408. OLE color: 681408.

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

Color convert

RGB 192 101 10 -
CMYK 0 0.47 0.95 0.25
HSL 30º 0.9% 0.4% -
HSV(B) 30º 0.95% 0.75% -
XYZ 26.45 20.54 2.86 -
YUV 117.84 67.15 180.9 -
System Red Green Blue C M Y K H S L
Decimal 192 101 10 0 0.47 0.95 0.25 30 0.9 0.4
Hex C0 65 A 0 2F 5F 19 1E 5A 28
Octal 300 145 12 0 57 137 31 36 132 50
Binary 11000000 1100101 1010 0 101111 1011111 11001 11110 1011010 101000

Color Harmonies of #C0650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0650A

Black with #C0650A

Text Example


Text Example

White with #C0650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0650A; }

 p { color: rgb(192,101,10); }

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

background-color css

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

 a { background-color: rgb(192,101,10); }

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

border-color css

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

 span { border-color: rgb(192,101,10); }

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