Html Css Color HEX #C47002 Tenne (Tawny)

📋 copy color: '#C47002'

red 196 ◦ green 112 ◦ blue 2

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

Shades of Tenne (Tawny) #C47002

Tints of Tenne (Tawny) #C47002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 63.23%
G = 36.13%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47002 (or 0xC47002) is known color: Tenne (Tawny). HEX triplet: C4, 70 and 02. RGB value is (196,112,2). Sum of RGB (Red+Green+Blue) = 196+112+2=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C47002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47002 is #3B8FFD. Grayscale: #7D7D7D. Windows color (decimal): -3903486 or 159940. OLE color: 159940.

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

Color convert

RGB 196 112 2 -
CMYK 0 0.43 0.99 0.23
HSL 34.02º 0.98% 0.39% -
HSV(B) 34.02º 0.99% 0.77% -
XYZ 28.57 23.33 3.05 -
YUV 124.58 58.83 178.94 -
System Red Green Blue C M Y K H S L
Decimal 196 112 2 0 0.43 0.99 0.23 34.02 0.98 0.39
Hex C4 70 2 0 2B 63 17 22 62 27
Octal 304 160 2 0 53 143 27 42 142 47
Binary 11000100 1110000 10 0 101011 1100011 10111 100010 1100010 100111

Color Harmonies of #C47002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47002

Black with #C47002

Text Example


Text Example

White with #C47002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47002; }

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

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

background-color css

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

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

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

border-color css

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

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

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