Html Css Color HEX #C06003 Tenne (Tawny)

📋 copy color: '#C06003'

red 192 ◦ green 96 ◦ blue 3

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

Shades of Tenne (Tawny) #C06003

Tints of Tenne (Tawny) #C06003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 65.98%
G = 32.99%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C06003 (or 0xC06003) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 03. RGB value is (192,96,3). Sum of RGB (Red+Green+Blue) = 192+96+3=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C06003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06003 is #3F9FFC. Grayscale: #727272. Windows color (decimal): -4169725 or 221376. OLE color: 221376.

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

Color convert

RGB 192 96 3 -
CMYK 0 0.50 0.98 0.25
HSL 29.52º 0.97% 0.38% -
HSV(B) 29.52º 0.98% 0.75% -
XYZ 25.94 19.58 2.5 -
YUV 114.1 65.3 183.56 -
System Red Green Blue C M Y K H S L
Decimal 192 96 3 0 0.50 0.98 0.25 29.52 0.97 0.38
Hex C0 60 3 0 32 62 19 1E 61 26
Octal 300 140 3 0 62 142 31 36 141 46
Binary 11000000 1100000 11 0 110010 1100010 11001 11110 1100001 100110

Color Harmonies of #C06003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06003

Black with #C06003

Text Example


Text Example

White with #C06003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06003; }

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

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

background-color css

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

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

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

border-color css

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

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

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