Html Css Color HEX #C75C01 Tenne (Tawny)

📋 copy color: '#C75C01'

red 199 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #C75C01

Tints of Tenne (Tawny) #C75C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

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

R = 68.15%
G = 31.51%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C75C01 (or 0xC75C01) is known color: Tenne (Tawny). HEX triplet: C7, 5C and 01. RGB value is (199,92,1). Sum of RGB (Red+Green+Blue) = 199+92+1=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75C01 is #38A3FE. Grayscale: #727272. Windows color (decimal): -3711999 or 89287. OLE color: 89287.

HSL color Cylindrical-coordinate representation of color #C75C01: hue angle of 27.58º 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 #C75C01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 92 1 -
CMYK 0 0.54 0.99 0.22
HSL 27.58º 0.99% 0.39% -
HSV(B) 27.58º 0.99% 0.78% -
XYZ 27.39 19.8 2.41 -
YUV 113.62 64.45 188.9 -
System Red Green Blue C M Y K H S L
Decimal 199 92 1 0 0.54 0.99 0.22 27.58 0.99 0.39
Hex C7 5C 1 0 36 63 16 1C 63 27
Octal 307 134 1 0 66 143 26 34 143 47
Binary 11000111 1011100 1 0 110110 1100011 10110 11100 1100011 100111

Color Harmonies of #C75C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C01

Black with #C75C01

Text Example


Text Example

White with #C75C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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