Html Css Color HEX #C16002 Tenne (Tawny)

📋 copy color: '#C16002'

red 193 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #C16002

Tints of Tenne (Tawny) #C16002

RGB

 RED value IS 193 (75.78% from 255) = 66.32%

 GREEN value IS 96 (37.89% from 255) = 32.99%

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

R = 66.32%
G = 32.99%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C16002 (or 0xC16002) is known color: Tenne (Tawny). HEX triplet: C1, 60 and 02. RGB value is (193,96,2). Sum of RGB (Red+Green+Blue) = 193+96+2=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C16002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16002 is #3E9FFD. Grayscale: #727272. Windows color (decimal): -4104190 or 155841. OLE color: 155841.

HSL color Cylindrical-coordinate representation of color #C16002: hue angle of 29.53º 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 #C16002 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 2 -
CMYK 0 0.50 0.99 0.24
HSL 29.53º 0.98% 0.38% -
HSV(B) 29.53º 0.99% 0.76% -
XYZ 26.19 19.71 2.48 -
YUV 114.29 64.64 184.14 -
System Red Green Blue C M Y K H S L
Decimal 193 96 2 0 0.50 0.99 0.24 29.53 0.98 0.38
Hex C1 60 2 0 32 63 18 1E 62 26
Octal 301 140 2 0 62 143 30 36 142 46
Binary 11000001 1100000 10 0 110010 1100011 11000 11110 1100010 100110

Color Harmonies of #C16002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16002

Black with #C16002

Text Example


Text Example

White with #C16002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16002; }

 p { color: rgb(193,96,2); }

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

background-color css

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

 a { background-color: rgb(193,96,2); }

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

border-color css

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

 span { border-color: rgb(193,96,2); }

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