Html Css Color HEX #C45203 Tenne (Tawny)

📋 copy color: '#C45203'

red 196 ◦ green 82 ◦ blue 3

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

Shades of Tenne (Tawny) #C45203

Tints of Tenne (Tawny) #C45203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

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

R = 69.75%
G = 29.18%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C45203 (or 0xC45203) is known color: Tenne (Tawny). HEX triplet: C4, 52 and 03. RGB value is (196,82,3). Sum of RGB (Red+Green+Blue) = 196+82+3=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C45203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45203 is #3BADFC. Grayscale: #6B6B6B. Windows color (decimal): -3911165 or 217796. OLE color: 217796.

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

Color convert

RGB 196 82 3 -
CMYK 0 0.58 0.98 0.23
HSL 24.56º 0.97% 0.39% -
HSV(B) 24.56º 0.98% 0.77% -
XYZ 25.8 17.78 2.16 -
YUV 107.08 69.27 191.42 -
System Red Green Blue C M Y K H S L
Decimal 196 82 3 0 0.58 0.98 0.23 24.56 0.97 0.39
Hex C4 52 3 0 3A 62 17 19 61 27
Octal 304 122 3 0 72 142 27 31 141 47
Binary 11000100 1010010 11 0 111010 1100010 10111 11001 1100001 100111

Color Harmonies of #C45203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45203

Black with #C45203

Text Example


Text Example

White with #C45203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45203; }

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

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

background-color css

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

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

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

border-color css

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

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

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