Html Css Color HEX #C45C03 Tenne (Tawny)

📋 copy color: '#C45C03'

red 196 ◦ green 92 ◦ blue 3

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

Shades of Tenne (Tawny) #C45C03

Tints of Tenne (Tawny) #C45C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

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

R = 67.35%
G = 31.62%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C45C03 (or 0xC45C03) is known color: Tenne (Tawny). HEX triplet: C4, 5C and 03. RGB value is (196,92,3). Sum of RGB (Red+Green+Blue) = 196+92+3=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45C03 is #3BA3FC. Grayscale: #717171. Windows color (decimal): -3908605 or 220356. OLE color: 220356.

HSL color Cylindrical-coordinate representation of color #C45C03: hue angle of 27.67º 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 #C45C03 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 92 3 -
CMYK 0 0.53 0.98 0.23
HSL 27.67º 0.97% 0.39% -
HSV(B) 27.67º 0.98% 0.77% -
XYZ 26.61 19.4 2.43 -
YUV 112.95 65.96 187.24 -
System Red Green Blue C M Y K H S L
Decimal 196 92 3 0 0.53 0.98 0.23 27.67 0.97 0.39
Hex C4 5C 3 0 35 62 17 1C 61 27
Octal 304 134 3 0 65 142 27 34 141 47
Binary 11000100 1011100 11 0 110101 1100010 10111 11100 1100001 100111

Color Harmonies of #C45C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45C03

Black with #C45C03

Text Example


Text Example

White with #C45C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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