Html Css Color HEX #C05003 Tenne (Tawny)

📋 copy color: '#C05003'

red 192 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #C05003

Tints of Tenne (Tawny) #C05003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 69.82%
G = 29.09%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C05003 (or 0xC05003) is known color: Tenne (Tawny). HEX triplet: C0, 50 and 03. RGB value is (192,80,3). Sum of RGB (Red+Green+Blue) = 192+80+3=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C05003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05003 is #3FAFFC. Grayscale: #696969. Windows color (decimal): -4173821 or 217280. OLE color: 217280.

HSL color Cylindrical-coordinate representation of color #C05003: hue angle of 24.44º 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 #C05003 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 3 -
CMYK 0 0.58 0.98 0.25
HSL 24.44º 0.97% 0.38% -
HSV(B) 24.44º 0.98% 0.75% -
XYZ 24.62 16.95 2.06 -
YUV 104.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 192 80 3 0 0.58 0.98 0.25 24.44 0.97 0.38
Hex C0 50 3 0 3A 62 19 18 61 26
Octal 300 120 3 0 72 142 31 30 141 46
Binary 11000000 1010000 11 0 111010 1100010 11001 11000 1100001 100110

Color Harmonies of #C05003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05003

Black with #C05003

Text Example


Text Example

White with #C05003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05003; }

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

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

background-color css

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

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

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

border-color css

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

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

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