Html Css Color HEX #C96002 Tenne (Tawny)

📋 copy color: '#C96002'

red 201 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #C96002

Tints of Tenne (Tawny) #C96002

RGB

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

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

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

R = 67.22%
G = 32.11%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C96002 (or 0xC96002) is known color: Tenne (Tawny). HEX triplet: C9, 60 and 02. RGB value is (201,96,2). Sum of RGB (Red+Green+Blue) = 201+96+2=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C96002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96002 is #369FFD. Grayscale: #757575. Windows color (decimal): -3579902 or 155849. OLE color: 155849.

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

Color convert

RGB 201 96 2 -
CMYK 0 0.52 0.99 0.21
HSL 28.34º 0.98% 0.4% -
HSV(B) 28.34º 0.99% 0.79% -
XYZ 28.28 20.79 2.58 -
YUV 116.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 201 96 2 0 0.52 0.99 0.21 28.34 0.98 0.4
Hex C9 60 2 0 34 63 15 1C 62 28
Octal 311 140 2 0 64 143 25 34 142 50
Binary 11001001 1100000 10 0 110100 1100011 10101 11100 1100010 101000

Color Harmonies of #C96002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96002

Black with #C96002

Text Example


Text Example

White with #C96002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96002; }

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

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

background-color css

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

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

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

border-color css

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

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

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