Html Css Color HEX #C05504 Tenne (Tawny)

📋 copy color: '#C05504'

red 192 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #C05504

Tints of Tenne (Tawny) #C05504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 68.33%
G = 30.25%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C05504 (or 0xC05504) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 04. RGB value is (192,85,4). Sum of RGB (Red+Green+Blue) = 192+85+4=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C05504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05504 is #3FAAFB. Grayscale: #6C6C6C. Windows color (decimal): -4172540 or 284096. OLE color: 284096.

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

Color convert

RGB 192 85 4 -
CMYK 0 0.56 0.98 0.25
HSL 25.85º 0.96% 0.38% -
HSV(B) 25.85º 0.98% 0.75% -
XYZ 25.01 17.71 2.22 -
YUV 107.76 69.45 188.09 -
System Red Green Blue C M Y K H S L
Decimal 192 85 4 0 0.56 0.98 0.25 25.85 0.96 0.38
Hex C0 55 4 0 38 62 19 1A 60 26
Octal 300 125 4 0 70 142 31 32 140 46
Binary 11000000 1010101 100 0 111000 1100010 11001 11010 1100000 100110

Color Harmonies of #C05504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05504

Black with #C05504

Text Example


Text Example

White with #C05504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05504; }

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

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

background-color css

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

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

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

border-color css

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

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

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