Html Css Color HEX #C25B04 Tenne (Tawny)

📋 copy color: '#C25B04'

red 194 ◦ green 91 ◦ blue 4

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

Shades of Tenne (Tawny) #C25B04

Tints of Tenne (Tawny) #C25B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 67.13%
G = 31.49%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C25B04 (or 0xC25B04) is known color: Tenne (Tawny). HEX triplet: C2, 5B and 04. RGB value is (194,91,4). Sum of RGB (Red+Green+Blue) = 194+91+4=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25B04 is #3DA4FB. Grayscale: #707070. Windows color (decimal): -4039932 or 285634. OLE color: 285634.

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

Color convert

RGB 194 91 4 -
CMYK 0 0.53 0.98 0.24
HSL 27.47º 0.96% 0.39% -
HSV(B) 27.47º 0.98% 0.76% -
XYZ 26.01 18.96 2.4 -
YUV 111.88 67.12 186.57 -
System Red Green Blue C M Y K H S L
Decimal 194 91 4 0 0.53 0.98 0.24 27.47 0.96 0.39
Hex C2 5B 4 0 35 62 18 1B 60 27
Octal 302 133 4 0 65 142 30 33 140 47
Binary 11000010 1011011 100 0 110101 1100010 11000 11011 1100000 100111

Color Harmonies of #C25B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B04

Black with #C25B04

Text Example


Text Example

White with #C25B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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