Html Css Color HEX #C75100 Tenne (Tawny)

📋 copy color: '#C75100'

red 199 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #C75100

Tints of Tenne (Tawny) #C75100

RGB

 RED value IS 199 (78.13% from 255) = 71.07%

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 71.07%
G = 28.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C75100 (or 0xC75100) is known color: Tenne (Tawny). HEX triplet: C7, 51 and 00. RGB value is (199,81,0). Sum of RGB (Red+Green+Blue) = 199+81+0=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C75100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75100 is #38AEFF. Grayscale: #6B6B6B. Windows color (decimal): -3714816 or 20935. OLE color: 20935.

HSL color Cylindrical-coordinate representation of color #C75100: hue angle of 24.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C75100 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 81 0 -
CMYK 0 0.59 1 0.22
HSL 24.42º 1% 0.39% -
HSV(B) 24.42º 1% 0.78% -
XYZ 26.5 18.03 2.08 -
YUV 107.05 67.59 193.59 -
System Red Green Blue C M Y K H S L
Decimal 199 81 0 0 0.59 1 0.22 24.42 1 0.39
Hex C7 51 0 0 3B 64 16 18 64 27
Octal 307 121 0 0 73 144 26 30 144 47
Binary 11000111 1010001 0 0 111011 1100100 10110 11000 1100100 100111

Color Harmonies of #C75100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75100

Black with #C75100

Text Example


Text Example

White with #C75100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75100; }

 p { color: rgb(199,81,0); }

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

background-color css

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

 a { background-color: rgb(199,81,0); }

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

border-color css

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

 span { border-color: rgb(199,81,0); }

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