Html Css Color HEX #C25B0C Tenne (Tawny)

📋 copy color: '#C25B0C'

red 194 ◦ green 91 ◦ blue 12

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

Shades of Tenne (Tawny) #C25B0C

Tints of Tenne (Tawny) #C25B0C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 65.32%
G = 30.64%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C25B0C (or 0xC25B0C) is known color: Tenne (Tawny). HEX triplet: C2, 5B and 0C. RGB value is (194,91,12). Sum of RGB (Red+Green+Blue) = 194+91+12=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25B0C is #3DA4F3. Grayscale: #717171. Windows color (decimal): -4039924 or 809922. OLE color: 809922.

HSL color Cylindrical-coordinate representation of color #C25B0C: hue angle of 26.04º degrees, saturation: 0.88, 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 #C25B0C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 91 12 -
CMYK 0 0.53 0.94 0.24
HSL 26.04º 0.88% 0.4% -
HSV(B) 26.04º 0.94% 0.76% -
XYZ 26.06 18.98 2.64 -
YUV 112.79 71.12 185.92 -
System Red Green Blue C M Y K H S L
Decimal 194 91 12 0 0.53 0.94 0.24 26.04 0.88 0.4
Hex C2 5B C 0 35 5E 18 1A 58 28
Octal 302 133 14 0 65 136 30 32 130 50
Binary 11000010 1011011 1100 0 110101 1011110 11000 11010 1011000 101000

Color Harmonies of #C25B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B0C

Black with #C25B0C

Text Example


Text Example

White with #C25B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B0C; }

 p { color: rgb(194,91,12); }

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

background-color css

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

 a { background-color: rgb(194,91,12); }

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

border-color css

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

 span { border-color: rgb(194,91,12); }

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