Html Css Color HEX #C97202 Tenne (Tawny)

📋 copy color: '#C97202'

red 201 ◦ green 114 ◦ blue 2

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

Shades of Tenne (Tawny) #C97202

Tints of Tenne (Tawny) #C97202

RGB

 RED value IS 201 (78.91% from 255) = 63.41%

 GREEN value IS 114 (44.92% from 255) = 35.96%

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

R = 63.41%
G = 35.96%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C97202 (or 0xC97202) is known color: Tenne (Tawny). HEX triplet: C9, 72 and 02. RGB value is (201,114,2). Sum of RGB (Red+Green+Blue) = 201+114+2=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C97202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97202 is #368DFD. Grayscale: #7F7F7F. Windows color (decimal): -3575294 or 160457. OLE color: 160457.

HSL color Cylindrical-coordinate representation of color #C97202: hue angle of 33.77º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C97202 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 114 2 -
CMYK 0 0.43 0.99 0.21
HSL 33.77º 0.98% 0.4% -
HSV(B) 33.77º 0.99% 0.79% -
XYZ 30.12 24.46 3.19 -
YUV 127.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 201 114 2 0 0.43 0.99 0.21 33.77 0.98 0.4
Hex C9 72 2 0 2B 63 15 22 62 28
Octal 311 162 2 0 53 143 25 42 142 50
Binary 11001001 1110010 10 0 101011 1100011 10101 100010 1100010 101000

Color Harmonies of #C97202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97202

Black with #C97202

Text Example


Text Example

White with #C97202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97202; }

 p { color: rgb(201,114,2); }

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

background-color css

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

 a { background-color: rgb(201,114,2); }

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

border-color css

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

 span { border-color: rgb(201,114,2); }

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