Html Css Color HEX #C75A0F Tenne (Tawny)

📋 copy color: '#C75A0F'

red 199 ◦ green 90 ◦ blue 15

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

Shades of Tenne (Tawny) #C75A0F

Tints of Tenne (Tawny) #C75A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.61%

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 65.46%
G = 29.61%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C75A0F (or 0xC75A0F) is known color: Tenne (Tawny). HEX triplet: C7, 5A and 0F. RGB value is (199,90,15). Sum of RGB (Red+Green+Blue) = 199+90+15=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75A0F is #38A5F0. Grayscale: #727272. Windows color (decimal): -3712497 or 1006279. OLE color: 1006279.

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

Color convert

RGB 199 90 15 -
CMYK 0 0.55 0.92 0.22
HSL 24.46º 0.86% 0.42% -
HSV(B) 24.46º 0.92% 0.78% -
XYZ 27.3 19.49 2.78 -
YUV 114.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 199 90 15 0 0.55 0.92 0.22 24.46 0.86 0.42
Hex C7 5A F 0 37 5C 16 18 56 2A
Octal 307 132 17 0 67 134 26 30 126 52
Binary 11000111 1011010 1111 0 110111 1011100 10110 11000 1010110 101010

Color Harmonies of #C75A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A0F

Black with #C75A0F

Text Example


Text Example

White with #C75A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A0F; }

 p { color: rgb(199,90,15); }

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

background-color css

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

 a { background-color: rgb(199,90,15); }

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

border-color css

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

 span { border-color: rgb(199,90,15); }

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