Html Css Color HEX #C2500B Tenne (Tawny)

📋 copy color: '#C2500B'

red 194 ◦ green 80 ◦ blue 11

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

Shades of Tenne (Tawny) #C2500B

Tints of Tenne (Tawny) #C2500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 68.07%
G = 28.07%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2500B (or 0xC2500B) is known color: Tenne (Tawny). HEX triplet: C2, 50 and 0B. RGB value is (194,80,11). Sum of RGB (Red+Green+Blue) = 194+80+11=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C2500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2500B is #3DAFF4. Grayscale: #6A6A6A. Windows color (decimal): -4042741 or 741570. OLE color: 741570.

HSL color Cylindrical-coordinate representation of color #C2500B: hue angle of 22.62º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2500B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 11 -
CMYK 0 0.59 0.94 0.24
HSL 22.62º 0.89% 0.4% -
HSV(B) 22.62º 0.94% 0.76% -
XYZ 25.18 17.23 2.32 -
YUV 106.22 74.27 190.61 -
System Red Green Blue C M Y K H S L
Decimal 194 80 11 0 0.59 0.94 0.24 22.62 0.89 0.4
Hex C2 50 B 0 3B 5E 18 17 59 28
Octal 302 120 13 0 73 136 30 27 131 50
Binary 11000010 1010000 1011 0 111011 1011110 11000 10111 1011001 101000

Color Harmonies of #C2500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2500B

Black with #C2500B

Text Example


Text Example

White with #C2500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2500B; }

 p { color: rgb(194,80,11); }

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

background-color css

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

 a { background-color: rgb(194,80,11); }

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

border-color css

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

 span { border-color: rgb(194,80,11); }

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