Html Css Color HEX #C45306 Tenne (Tawny)

📋 copy color: '#C45306'

red 196 ◦ green 83 ◦ blue 6

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

Shades of Tenne (Tawny) #C45306

Tints of Tenne (Tawny) #C45306

RGB

 RED value IS 196 (76.95% from 255) = 68.77%

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

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

R = 68.77%
G = 29.12%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C45306 (or 0xC45306) is known color: Tenne (Tawny). HEX triplet: C4, 53 and 06. RGB value is (196,83,6). Sum of RGB (Red+Green+Blue) = 196+83+6=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C45306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45306 is #3BACF9. Grayscale: #6C6C6C. Windows color (decimal): -3910906 or 414660. OLE color: 414660.

HSL color Cylindrical-coordinate representation of color #C45306: hue angle of 24.32º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C45306 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 6 -
CMYK 0 0.58 0.97 0.23
HSL 24.32º 0.94% 0.4% -
HSV(B) 24.32º 0.97% 0.77% -
XYZ 25.89 17.94 2.27 -
YUV 108.01 70.44 190.76 -
System Red Green Blue C M Y K H S L
Decimal 196 83 6 0 0.58 0.97 0.23 24.32 0.94 0.4
Hex C4 53 6 0 3A 61 17 18 5E 28
Octal 304 123 6 0 72 141 27 30 136 50
Binary 11000100 1010011 110 0 111010 1100001 10111 11000 1011110 101000

Color Harmonies of #C45306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45306

Black with #C45306

Text Example


Text Example

White with #C45306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45306; }

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

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

background-color css

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

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

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

border-color css

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

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

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