Html Css Color HEX #C75008 Tenne (Tawny)

📋 copy color: '#C75008'

red 199 ◦ green 80 ◦ blue 8

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

Shades of Tenne (Tawny) #C75008

Tints of Tenne (Tawny) #C75008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 8 (3.52% from 255) = 2.79%

R = 69.34%
G = 27.87%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C75008 (or 0xC75008) is known color: Tenne (Tawny). HEX triplet: C7, 50 and 08. RGB value is (199,80,8). Sum of RGB (Red+Green+Blue) = 199+80+8=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C75008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75008 is #38AFF7. Grayscale: #6B6B6B. Windows color (decimal): -3715064 or 544967. OLE color: 544967.

HSL color Cylindrical-coordinate representation of color #C75008: hue angle of 22.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C75008 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 8 -
CMYK 0 0.60 0.96 0.22
HSL 22.62º 0.92% 0.41% -
HSV(B) 22.62º 0.96% 0.78% -
XYZ 26.47 17.9 2.29 -
YUV 107.37 71.92 193.35 -
System Red Green Blue C M Y K H S L
Decimal 199 80 8 0 0.60 0.96 0.22 22.62 0.92 0.41
Hex C7 50 8 0 3C 60 16 17 5C 29
Octal 307 120 10 0 74 140 26 27 134 51
Binary 11000111 1010000 1000 0 111100 1100000 10110 10111 1011100 101001

Color Harmonies of #C75008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75008

Black with #C75008

Text Example


Text Example

White with #C75008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75008; }

 p { color: rgb(199,80,8); }

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

background-color css

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

 a { background-color: rgb(199,80,8); }

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

border-color css

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

 span { border-color: rgb(199,80,8); }

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