Html Css Color HEX #C06002 Tenne (Tawny)

📋 copy color: '#C06002'

red 192 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #C06002

Tints of Tenne (Tawny) #C06002

RGB

 RED value IS 192 (75.39% from 255) = 66.21%

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

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

R = 66.21%
G = 33.1%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C06002 (or 0xC06002) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 02. RGB value is (192,96,2). Sum of RGB (Red+Green+Blue) = 192+96+2=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C06002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06002 is #3F9FFD. Grayscale: #727272. Windows color (decimal): -4169726 or 155840. OLE color: 155840.

HSL color Cylindrical-coordinate representation of color #C06002: hue angle of 29.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C06002 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 2 -
CMYK 0 0.50 0.99 0.25
HSL 29.68º 0.98% 0.38% -
HSV(B) 29.68º 0.99% 0.75% -
XYZ 25.93 19.58 2.47 -
YUV 113.99 64.8 183.64 -
System Red Green Blue C M Y K H S L
Decimal 192 96 2 0 0.50 0.99 0.25 29.68 0.98 0.38
Hex C0 60 2 0 32 63 19 1E 62 26
Octal 300 140 2 0 62 143 31 36 142 46
Binary 11000000 1100000 10 0 110010 1100011 11001 11110 1100010 100110

Color Harmonies of #C06002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06002

Black with #C06002

Text Example


Text Example

White with #C06002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06002; }

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

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

background-color css

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

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

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

border-color css

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

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

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