Html Css Color HEX #C05306 Tenne (Tawny)

📋 copy color: '#C05306'

red 192 ◦ green 83 ◦ blue 6

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

Shades of Tenne (Tawny) #C05306

Tints of Tenne (Tawny) #C05306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 68.33%
G = 29.54%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C05306 (or 0xC05306) is known color: Tenne (Tawny). HEX triplet: C0, 53 and 06. RGB value is (192,83,6). Sum of RGB (Red+Green+Blue) = 192+83+6=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C05306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05306 is #3FACF9. Grayscale: #6B6B6B. Windows color (decimal): -4173050 or 414656. OLE color: 414656.

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

Color convert

RGB 192 83 6 -
CMYK 0 0.57 0.97 0.25
HSL 24.84º 0.94% 0.39% -
HSV(B) 24.84º 0.97% 0.75% -
XYZ 24.86 17.41 2.22 -
YUV 106.81 71.11 188.76 -
System Red Green Blue C M Y K H S L
Decimal 192 83 6 0 0.57 0.97 0.25 24.84 0.94 0.39
Hex C0 53 6 0 39 61 19 19 5E 27
Octal 300 123 6 0 71 141 31 31 136 47
Binary 11000000 1010011 110 0 111001 1100001 11001 11001 1011110 100111

Color Harmonies of #C05306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05306

Black with #C05306

Text Example


Text Example

White with #C05306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05306; }

 p { color: rgb(192,83,6); }

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

background-color css

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

 a { background-color: rgb(192,83,6); }

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

border-color css

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

 span { border-color: rgb(192,83,6); }

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