Html Css Color HEX #C0650C Tenne (Tawny)

📋 copy color: '#C0650C'

red 192 ◦ green 101 ◦ blue 12

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

Shades of Tenne (Tawny) #C0650C

Tints of Tenne (Tawny) #C0650C

RGB

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

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

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

R = 62.95%
G = 33.11%
B = 3.93%

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

#C0650C (or 0xC0650C) is known color: Tenne (Tawny). HEX triplet: C0, 65 and 0C. RGB value is (192,101,12). Sum of RGB (Red+Green+Blue) = 192+101+12=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0650C is #3F9AF3. Grayscale: #767676. Windows color (decimal): -4168436 or 812480. OLE color: 812480.

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

Color convert

RGB 192 101 12 -
CMYK 0 0.47 0.94 0.25
HSL 29.67º 0.88% 0.4% -
HSV(B) 29.67º 0.94% 0.75% -
XYZ 26.46 20.54 2.92 -
YUV 118.06 68.15 180.74 -
System Red Green Blue C M Y K H S L
Decimal 192 101 12 0 0.47 0.94 0.25 29.67 0.88 0.4
Hex C0 65 C 0 2F 5E 19 1E 58 28
Octal 300 145 14 0 57 136 31 36 130 50
Binary 11000000 1100101 1100 0 101111 1011110 11001 11110 1011000 101000

Color Harmonies of #C0650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0650C

Black with #C0650C

Text Example


Text Example

White with #C0650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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