Html Css Color HEX #C0670A Tenne (Tawny)

📋 copy color: '#C0670A'

red 192 ◦ green 103 ◦ blue 10

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

Shades of Tenne (Tawny) #C0670A

Tints of Tenne (Tawny) #C0670A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

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

R = 62.95%
G = 33.77%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0670A (or 0xC0670A) is known color: Tenne (Tawny). HEX triplet: C0, 67 and 0A. RGB value is (192,103,10). Sum of RGB (Red+Green+Blue) = 192+103+10=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0670A is #3F98F5. Grayscale: #777777. Windows color (decimal): -4167926 or 681920. OLE color: 681920.

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

Color convert

RGB 192 103 10 -
CMYK 0 0.46 0.95 0.25
HSL 30.66º 0.9% 0.4% -
HSV(B) 30.66º 0.95% 0.75% -
XYZ 26.64 20.93 2.92 -
YUV 119.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 192 103 10 0 0.46 0.95 0.25 30.66 0.9 0.4
Hex C0 67 A 0 2E 5F 19 1F 5A 28
Octal 300 147 12 0 56 137 31 37 132 50
Binary 11000000 1100111 1010 0 101110 1011111 11001 11111 1011010 101000

Color Harmonies of #C0670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0670A

Black with #C0670A

Text Example


Text Example

White with #C0670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0670A; }

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

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

background-color css

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

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

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

border-color css

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

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

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