Html Css Color HEX #C75005 Tenne (Tawny)

📋 copy color: '#C75005'

red 199 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #C75005

Tints of Tenne (Tawny) #C75005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.76%

R = 70.07%
G = 28.17%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C75005 (or 0xC75005) is known color: Tenne (Tawny). HEX triplet: C7, 50 and 05. RGB value is (199,80,5). Sum of RGB (Red+Green+Blue) = 199+80+5=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C75005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75005 is #38AFFA. Grayscale: #6B6B6B. Windows color (decimal): -3715067 or 348359. OLE color: 348359.

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

Color convert

RGB 199 80 5 -
CMYK 0 0.60 0.97 0.22
HSL 23.2º 0.95% 0.4% -
HSV(B) 23.2º 0.97% 0.78% -
XYZ 26.45 17.89 2.2 -
YUV 107.03 70.42 193.6 -
System Red Green Blue C M Y K H S L
Decimal 199 80 5 0 0.60 0.97 0.22 23.2 0.95 0.4
Hex C7 50 5 0 3C 61 16 17 5F 28
Octal 307 120 5 0 74 141 26 27 137 50
Binary 11000111 1010000 101 0 111100 1100001 10110 10111 1011111 101000

Color Harmonies of #C75005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75005

Black with #C75005

Text Example


Text Example

White with #C75005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75005; }

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

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

background-color css

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

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

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

border-color css

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

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

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