Html Css Color HEX #C25403 Tenne (Tawny)

📋 copy color: '#C25403'

red 194 ◦ green 84 ◦ blue 3

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

Shades of Tenne (Tawny) #C25403

Tints of Tenne (Tawny) #C25403

RGB

 RED value IS 194 (76.17% from 255) = 69.04%

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 69.04%
G = 29.89%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C25403 (or 0xC25403) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 03. RGB value is (194,84,3). Sum of RGB (Red+Green+Blue) = 194+84+3=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C25403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25403 is #3DABFC. Grayscale: #6C6C6C. Windows color (decimal): -4041725 or 218306. OLE color: 218306.

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

Color convert

RGB 194 84 3 -
CMYK 0 0.57 0.98 0.24
HSL 25.45º 0.97% 0.39% -
HSV(B) 25.45º 0.98% 0.76% -
XYZ 25.43 17.82 2.18 -
YUV 107.66 68.94 189.59 -
System Red Green Blue C M Y K H S L
Decimal 194 84 3 0 0.57 0.98 0.24 25.45 0.97 0.39
Hex C2 54 3 0 39 62 18 19 61 27
Octal 302 124 3 0 71 142 30 31 141 47
Binary 11000010 1010100 11 0 111001 1100010 11000 11001 1100001 100111

Color Harmonies of #C25403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25403

Black with #C25403

Text Example


Text Example

White with #C25403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25403; }

 p { color: rgb(194,84,3); }

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

background-color css

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

 a { background-color: rgb(194,84,3); }

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

border-color css

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

 span { border-color: rgb(194,84,3); }

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