Html Css Color HEX #C75F01 Tenne (Tawny)

📋 copy color: '#C75F01'

red 199 ◦ green 95 ◦ blue 1

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

Shades of Tenne (Tawny) #C75F01

Tints of Tenne (Tawny) #C75F01

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.2%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 67.46%
G = 32.2%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C75F01 (or 0xC75F01) is known color: Tenne (Tawny). HEX triplet: C7, 5F and 01. RGB value is (199,95,1). Sum of RGB (Red+Green+Blue) = 199+95+1=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75F01 is #38A0FE. Grayscale: #737373. Windows color (decimal): -3711231 or 90055. OLE color: 90055.

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

Color convert

RGB 199 95 1 -
CMYK 0 0.52 0.99 0.22
HSL 28.48º 0.99% 0.39% -
HSV(B) 28.48º 0.99% 0.78% -
XYZ 27.65 20.33 2.5 -
YUV 115.38 63.46 187.64 -
System Red Green Blue C M Y K H S L
Decimal 199 95 1 0 0.52 0.99 0.22 28.48 0.99 0.39
Hex C7 5F 1 0 34 63 16 1C 63 27
Octal 307 137 1 0 64 143 26 34 143 47
Binary 11000111 1011111 1 0 110100 1100011 10110 11100 1100011 100111

Color Harmonies of #C75F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75F01

Black with #C75F01

Text Example


Text Example

White with #C75F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75F01; }

 p { color: rgb(199,95,1); }

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

background-color css

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

 a { background-color: rgb(199,95,1); }

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

border-color css

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

 span { border-color: rgb(199,95,1); }

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