Html Css Color HEX #C04900 Tenne (Tawny)

📋 copy color: '#C04900'

red 192 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #C04900

Tints of Tenne (Tawny) #C04900

RGB

 RED value IS 192 (75.39% from 255) = 72.45%

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.45%
G = 27.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C04900 (or 0xC04900) is known color: Tenne (Tawny). HEX triplet: C0, 49 and 00. RGB value is (192,73,0). Sum of RGB (Red+Green+Blue) = 192+73+0=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C04900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04900 is #3FB6FF. Grayscale: #646464. Windows color (decimal): -4175616 or 18880. OLE color: 18880.

HSL color Cylindrical-coordinate representation of color #C04900: hue angle of 22.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C04900 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 0 -
CMYK 0 0.62 1 0.25
HSL 22.81º 1% 0.38% -
HSV(B) 22.81º 1% 0.75% -
XYZ 24.12 15.97 1.81 -
YUV 100.26 71.42 193.44 -
System Red Green Blue C M Y K H S L
Decimal 192 73 0 0 0.62 1 0.25 22.81 1 0.38
Hex C0 49 0 0 3E 64 19 17 64 26
Octal 300 111 0 0 76 144 31 27 144 46
Binary 11000000 1001001 0 0 111110 1100100 11001 10111 1100100 100110

Color Harmonies of #C04900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04900

Black with #C04900

Text Example


Text Example

White with #C04900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04900; }

 p { color: rgb(192,73,0); }

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

background-color css

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

 a { background-color: rgb(192,73,0); }

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

border-color css

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

 span { border-color: rgb(192,73,0); }

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