Html Css Color HEX #C25402 Tenne (Tawny)

📋 copy color: '#C25402'

red 194 ◦ green 84 ◦ blue 2

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

Shades of Tenne (Tawny) #C25402

Tints of Tenne (Tawny) #C25402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 69.29%
G = 30%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C25402 (or 0xC25402) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 02. RGB value is (194,84,2). Sum of RGB (Red+Green+Blue) = 194+84+2=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C25402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25402 is #3DABFD. Grayscale: #6B6B6B. Windows color (decimal): -4041726 or 152770. OLE color: 152770.

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

Color convert

RGB 194 84 2 -
CMYK 0 0.57 0.99 0.24
HSL 25.63º 0.98% 0.38% -
HSV(B) 25.63º 0.99% 0.76% -
XYZ 25.43 17.81 2.16 -
YUV 107.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 194 84 2 0 0.57 0.99 0.24 25.63 0.98 0.38
Hex C2 54 2 0 39 63 18 1A 62 26
Octal 302 124 2 0 71 143 30 32 142 46
Binary 11000010 1010100 10 0 111001 1100011 11000 11010 1100010 100110

Color Harmonies of #C25402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25402

Black with #C25402

Text Example


Text Example

White with #C25402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25402; }

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

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

background-color css

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

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

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

border-color css

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

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

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