Html Css Color HEX #C26602 Tenne (Tawny)

📋 copy color: '#C26602'

red 194 ◦ green 102 ◦ blue 2

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

Shades of Tenne (Tawny) #C26602

Tints of Tenne (Tawny) #C26602

RGB

 RED value IS 194 (76.17% from 255) = 65.1%

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

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

R = 65.1%
G = 34.23%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C26602 (or 0xC26602) is known color: Tenne (Tawny). HEX triplet: C2, 66 and 02. RGB value is (194,102,2). Sum of RGB (Red+Green+Blue) = 194+102+2=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C26602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26602 is #3D99FD. Grayscale: #767676. Windows color (decimal): -4037118 or 157378. OLE color: 157378.

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

Color convert

RGB 194 102 2 -
CMYK 0 0.47 0.99 0.24
HSL 31.25º 0.98% 0.38% -
HSV(B) 31.25º 0.99% 0.76% -
XYZ 27.01 20.98 2.68 -
YUV 118.11 62.48 182.13 -
System Red Green Blue C M Y K H S L
Decimal 194 102 2 0 0.47 0.99 0.24 31.25 0.98 0.38
Hex C2 66 2 0 2F 63 18 1F 62 26
Octal 302 146 2 0 57 143 30 37 142 46
Binary 11000010 1100110 10 0 101111 1100011 11000 11111 1100010 100110

Color Harmonies of #C26602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26602

Black with #C26602

Text Example


Text Example

White with #C26602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26602; }

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

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

background-color css

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

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

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

border-color css

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

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

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