Html Css Color HEX #C45005 Tenne (Tawny)

📋 copy color: '#C45005'

red 196 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #C45005

Tints of Tenne (Tawny) #C45005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 69.75%
G = 28.47%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C45005 (or 0xC45005) is known color: Tenne (Tawny). HEX triplet: C4, 50 and 05. RGB value is (196,80,5). Sum of RGB (Red+Green+Blue) = 196+80+5=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C45005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45005 is #3BAFFA. Grayscale: #6A6A6A. Windows color (decimal): -3911675 or 348356. OLE color: 348356.

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

Color convert

RGB 196 80 5 -
CMYK 0 0.59 0.97 0.23
HSL 23.56º 0.95% 0.39% -
HSV(B) 23.56º 0.97% 0.77% -
XYZ 25.66 17.48 2.17 -
YUV 106.13 70.93 192.1 -
System Red Green Blue C M Y K H S L
Decimal 196 80 5 0 0.59 0.97 0.23 23.56 0.95 0.39
Hex C4 50 5 0 3B 61 17 18 5F 27
Octal 304 120 5 0 73 141 27 30 137 47
Binary 11000100 1010000 101 0 111011 1100001 10111 11000 1011111 100111

Color Harmonies of #C45005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45005

Black with #C45005

Text Example


Text Example

White with #C45005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45005; }

 p { color: rgb(196,80,5); }

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

background-color css

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

 a { background-color: rgb(196,80,5); }

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

border-color css

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

 span { border-color: rgb(196,80,5); }

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