Html Css Color HEX #C05405 Tenne (Tawny)

📋 copy color: '#C05405'

red 192 ◦ green 84 ◦ blue 5

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

Shades of Tenne (Tawny) #C05405

Tints of Tenne (Tawny) #C05405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 68.33%
G = 29.89%
B = 1.78%

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

#C05405 (or 0xC05405) is known color: Tenne (Tawny). HEX triplet: C0, 54 and 05. RGB value is (192,84,5). Sum of RGB (Red+Green+Blue) = 192+84+5=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C05405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05405 is #3FABFA. Grayscale: #6B6B6B. Windows color (decimal): -4172795 or 349376. OLE color: 349376.

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

Color convert

RGB 192 84 5 -
CMYK 0 0.56 0.97 0.25
HSL 25.35º 0.95% 0.39% -
HSV(B) 25.35º 0.97% 0.75% -
XYZ 24.94 17.56 2.22 -
YUV 107.29 70.28 188.42 -
System Red Green Blue C M Y K H S L
Decimal 192 84 5 0 0.56 0.97 0.25 25.35 0.95 0.39
Hex C0 54 5 0 38 61 19 19 5F 27
Octal 300 124 5 0 70 141 31 31 137 47
Binary 11000000 1010100 101 0 111000 1100001 11001 11001 1011111 100111

Color Harmonies of #C05405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05405

Black with #C05405

Text Example


Text Example

White with #C05405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05405; }

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

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

background-color css

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

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

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

border-color css

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

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

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