Html Css Color HEX #C05B03 Tenne (Tawny)

📋 copy color: '#C05B03'

red 192 ◦ green 91 ◦ blue 3

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

Shades of Tenne (Tawny) #C05B03

Tints of Tenne (Tawny) #C05B03

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.82%

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

R = 67.13%
G = 31.82%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C05B03 (or 0xC05B03) is known color: Tenne (Tawny). HEX triplet: C0, 5B and 03. RGB value is (192,91,3). Sum of RGB (Red+Green+Blue) = 192+91+3=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05B03 is #3FA4FC. Grayscale: #6F6F6F. Windows color (decimal): -4171005 or 220096. OLE color: 220096.

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

Color convert

RGB 192 91 3 -
CMYK 0 0.53 0.98 0.25
HSL 27.94º 0.97% 0.38% -
HSV(B) 27.94º 0.98% 0.75% -
XYZ 25.5 18.7 2.35 -
YUV 111.17 66.96 185.66 -
System Red Green Blue C M Y K H S L
Decimal 192 91 3 0 0.53 0.98 0.25 27.94 0.97 0.38
Hex C0 5B 3 0 35 62 19 1C 61 26
Octal 300 133 3 0 65 142 31 34 141 46
Binary 11000000 1011011 11 0 110101 1100010 11001 11100 1100001 100110

Color Harmonies of #C05B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05B03

Black with #C05B03

Text Example


Text Example

White with #C05B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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