Html Css Color HEX #C25F03 Tenne (Tawny)

📋 copy color: '#C25F03'

red 194 ◦ green 95 ◦ blue 3

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

Shades of Tenne (Tawny) #C25F03

Tints of Tenne (Tawny) #C25F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.53%

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

R = 66.44%
G = 32.53%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C25F03 (or 0xC25F03) is known color: Tenne (Tawny). HEX triplet: C2, 5F and 03. RGB value is (194,95,3). Sum of RGB (Red+Green+Blue) = 194+95+3=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F03 is #3DA0FC. Grayscale: #727272. Windows color (decimal): -4038909 or 221122. OLE color: 221122.

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

Color convert

RGB 194 95 3 -
CMYK 0 0.51 0.98 0.24
HSL 28.9º 0.97% 0.39% -
HSV(B) 28.9º 0.98% 0.76% -
XYZ 26.36 19.66 2.49 -
YUV 114.11 65.3 184.98 -
System Red Green Blue C M Y K H S L
Decimal 194 95 3 0 0.51 0.98 0.24 28.9 0.97 0.39
Hex C2 5F 3 0 33 62 18 1D 61 27
Octal 302 137 3 0 63 142 30 35 141 47
Binary 11000010 1011111 11 0 110011 1100010 11000 11101 1100001 100111

Color Harmonies of #C25F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F03

Black with #C25F03

Text Example


Text Example

White with #C25F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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