Html Css Color HEX #C05505 Tenne (Tawny)

📋 copy color: '#C05505'

red 192 ◦ green 85 ◦ blue 5

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

Shades of Tenne (Tawny) #C05505

Tints of Tenne (Tawny) #C05505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 68.09%
G = 30.14%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C05505 (or 0xC05505) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 05. RGB value is (192,85,5). Sum of RGB (Red+Green+Blue) = 192+85+5=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C05505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05505 is #3FAAFA. Grayscale: #6C6C6C. Windows color (decimal): -4172539 or 349632. OLE color: 349632.

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

Color convert

RGB 192 85 5 -
CMYK 0 0.56 0.97 0.25
HSL 25.67º 0.95% 0.39% -
HSV(B) 25.67º 0.97% 0.75% -
XYZ 25.01 17.71 2.24 -
YUV 107.87 69.95 188 -
System Red Green Blue C M Y K H S L
Decimal 192 85 5 0 0.56 0.97 0.25 25.67 0.95 0.39
Hex C0 55 5 0 38 61 19 1A 5F 27
Octal 300 125 5 0 70 141 31 32 137 47
Binary 11000000 1010101 101 0 111000 1100001 11001 11010 1011111 100111

Color Harmonies of #C05505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05505

Black with #C05505

Text Example


Text Example

White with #C05505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05505; }

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

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

background-color css

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

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

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

border-color css

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

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

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