Html Css Color HEX #C06602 Tenne (Tawny)

📋 copy color: '#C06602'

red 192 ◦ green 102 ◦ blue 2

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

Shades of Tenne (Tawny) #C06602

Tints of Tenne (Tawny) #C06602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 64.86%
G = 34.46%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C06602 (or 0xC06602) is known color: Tenne (Tawny). HEX triplet: C0, 66 and 02. RGB value is (192,102,2). Sum of RGB (Red+Green+Blue) = 192+102+2=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C06602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06602 is #3F99FD. Grayscale: #767676. Windows color (decimal): -4168190 or 157376. OLE color: 157376.

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

Color convert

RGB 192 102 2 -
CMYK 0 0.47 0.99 0.25
HSL 31.58º 0.98% 0.38% -
HSV(B) 31.58º 0.99% 0.75% -
XYZ 26.5 20.71 2.66 -
YUV 117.51 62.82 181.13 -
System Red Green Blue C M Y K H S L
Decimal 192 102 2 0 0.47 0.99 0.25 31.58 0.98 0.38
Hex C0 66 2 0 2F 63 19 20 62 26
Octal 300 146 2 0 57 143 31 40 142 46
Binary 11000000 1100110 10 0 101111 1100011 11001 100000 1100010 100110

Color Harmonies of #C06602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06602

Black with #C06602

Text Example


Text Example

White with #C06602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06602; }

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

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

background-color css

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

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

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

border-color css

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

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

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