Html Css Color HEX #C06600 Tenne (Tawny)

📋 copy color: '#C06600'

red 192 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #C06600

Tints of Tenne (Tawny) #C06600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.31%
G = 34.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C06600 (or 0xC06600) is known color: Tenne (Tawny). HEX triplet: C0, 66 and 00. RGB value is (192,102,0). Sum of RGB (Red+Green+Blue) = 192+102+0=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C06600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06600 is #3F99FF. Grayscale: #757575. Windows color (decimal): -4168192 or 26304. OLE color: 26304.

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

Color convert

RGB 192 102 0 -
CMYK 0 0.47 1 0.25
HSL 31.88º 1% 0.38% -
HSV(B) 31.88º 1% 0.75% -
XYZ 26.49 20.71 2.6 -
YUV 117.28 61.82 181.29 -
System Red Green Blue C M Y K H S L
Decimal 192 102 0 0 0.47 1 0.25 31.88 1 0.38
Hex C0 66 0 0 2F 64 19 20 64 26
Octal 300 146 0 0 57 144 31 40 144 46
Binary 11000000 1100110 0 0 101111 1100100 11001 100000 1100100 100110

Color Harmonies of #C06600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06600

Black with #C06600

Text Example


Text Example

White with #C06600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06600; }

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

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

background-color css

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

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

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

border-color css

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

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

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