Html Css Color HEX #C05704 Tenne (Tawny)

📋 copy color: '#C05704'

red 192 ◦ green 87 ◦ blue 4

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

Shades of Tenne (Tawny) #C05704

Tints of Tenne (Tawny) #C05704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.74%

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 67.84%
G = 30.74%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C05704 (or 0xC05704) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 04. RGB value is (192,87,4). Sum of RGB (Red+Green+Blue) = 192+87+4=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C05704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05704 is #3FA8FB. Grayscale: #6D6D6D. Windows color (decimal): -4172028 or 284608. OLE color: 284608.

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

Color convert

RGB 192 87 4 -
CMYK 0 0.55 0.98 0.25
HSL 26.49º 0.96% 0.38% -
HSV(B) 26.49º 0.98% 0.75% -
XYZ 25.17 18.03 2.27 -
YUV 108.93 68.79 187.25 -
System Red Green Blue C M Y K H S L
Decimal 192 87 4 0 0.55 0.98 0.25 26.49 0.96 0.38
Hex C0 57 4 0 37 62 19 1A 60 26
Octal 300 127 4 0 67 142 31 32 140 46
Binary 11000000 1010111 100 0 110111 1100010 11001 11010 1100000 100110

Color Harmonies of #C05704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05704

Black with #C05704

Text Example


Text Example

White with #C05704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05704; }

 p { color: rgb(192,87,4); }

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

background-color css

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

 a { background-color: rgb(192,87,4); }

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

border-color css

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

 span { border-color: rgb(192,87,4); }

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