Html Css Color HEX #C46702 Tenne (Tawny)

📋 copy color: '#C46702'

red 196 ◦ green 103 ◦ blue 2

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

Shades of Tenne (Tawny) #C46702

Tints of Tenne (Tawny) #C46702

RGB

 RED value IS 196 (76.95% from 255) = 65.12%

 GREEN value IS 103 (40.63% from 255) = 34.22%

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

R = 65.12%
G = 34.22%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C46702 (or 0xC46702) is known color: Tenne (Tawny). HEX triplet: C4, 67 and 02. RGB value is (196,103,2). Sum of RGB (Red+Green+Blue) = 196+103+2=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C46702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46702 is #3B98FD. Grayscale: #777777. Windows color (decimal): -3905790 or 157636. OLE color: 157636.

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

Color convert

RGB 196 103 2 -
CMYK 0 0.47 0.99 0.23
HSL 31.24º 0.98% 0.39% -
HSV(B) 31.24º 0.99% 0.77% -
XYZ 27.63 21.44 2.74 -
YUV 119.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 196 103 2 0 0.47 0.99 0.23 31.24 0.98 0.39
Hex C4 67 2 0 2F 63 17 1F 62 27
Octal 304 147 2 0 57 143 27 37 142 47
Binary 11000100 1100111 10 0 101111 1100011 10111 11111 1100010 100111

Color Harmonies of #C46702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46702

Black with #C46702

Text Example


Text Example

White with #C46702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46702; }

 p { color: rgb(196,103,2); }

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

background-color css

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

 a { background-color: rgb(196,103,2); }

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

border-color css

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

 span { border-color: rgb(196,103,2); }

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