Html Css Color HEX #C0660C Tenne (Tawny)

📋 copy color: '#C0660C'

red 192 ◦ green 102 ◦ blue 12

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

Shades of Tenne (Tawny) #C0660C

Tints of Tenne (Tawny) #C0660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

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

R = 62.75%
G = 33.33%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0660C (or 0xC0660C) is known color: Tenne (Tawny). HEX triplet: C0, 66 and 0C. RGB value is (192,102,12). Sum of RGB (Red+Green+Blue) = 192+102+12=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0660C is #3F99F3. Grayscale: #777777. Windows color (decimal): -4168180 or 812736. OLE color: 812736.

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

Color convert

RGB 192 102 12 -
CMYK 0 0.47 0.94 0.25
HSL 30º 0.88% 0.4% -
HSV(B) 30º 0.94% 0.75% -
XYZ 26.56 20.74 2.95 -
YUV 118.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 192 102 12 0 0.47 0.94 0.25 30 0.88 0.4
Hex C0 66 C 0 2F 5E 19 1E 58 28
Octal 300 146 14 0 57 136 31 36 130 50
Binary 11000000 1100110 1100 0 101111 1011110 11001 11110 1011000 101000

Color Harmonies of #C0660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0660C

Black with #C0660C

Text Example


Text Example

White with #C0660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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