Html Css Color HEX #C45E03 Tenne (Tawny)

📋 copy color: '#C45E03'

red 196 ◦ green 94 ◦ blue 3

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

Shades of Tenne (Tawny) #C45E03

Tints of Tenne (Tawny) #C45E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.08%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 66.89%
G = 32.08%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C45E03 (or 0xC45E03) is known color: Tenne (Tawny). HEX triplet: C4, 5E and 03. RGB value is (196,94,3). Sum of RGB (Red+Green+Blue) = 196+94+3=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45E03 is #3BA1FC. Grayscale: #727272. Windows color (decimal): -3908093 or 220868. OLE color: 220868.

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

Color convert

RGB 196 94 3 -
CMYK 0 0.52 0.98 0.23
HSL 28.29º 0.97% 0.39% -
HSV(B) 28.29º 0.98% 0.77% -
XYZ 26.78 19.75 2.49 -
YUV 114.12 65.29 186.4 -
System Red Green Blue C M Y K H S L
Decimal 196 94 3 0 0.52 0.98 0.23 28.29 0.97 0.39
Hex C4 5E 3 0 34 62 17 1C 61 27
Octal 304 136 3 0 64 142 27 34 141 47
Binary 11000100 1011110 11 0 110100 1100010 10111 11100 1100001 100111

Color Harmonies of #C45E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45E03

Black with #C45E03

Text Example


Text Example

White with #C45E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45E03; }

 p { color: rgb(196,94,3); }

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

background-color css

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

 a { background-color: rgb(196,94,3); }

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

border-color css

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

 span { border-color: rgb(196,94,3); }

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