Html Css Color HEX #C75B0F Tenne (Tawny)

📋 copy color: '#C75B0F'

red 199 ◦ green 91 ◦ blue 15

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

Shades of Tenne (Tawny) #C75B0F

Tints of Tenne (Tawny) #C75B0F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.84%

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

R = 65.25%
G = 29.84%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C75B0F (or 0xC75B0F) is known color: Tenne (Tawny). HEX triplet: C7, 5B and 0F. RGB value is (199,91,15). Sum of RGB (Red+Green+Blue) = 199+91+15=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75B0F is #38A4F0. Grayscale: #737373. Windows color (decimal): -3712241 or 1006535. OLE color: 1006535.

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

Color convert

RGB 199 91 15 -
CMYK 0 0.54 0.92 0.22
HSL 24.78º 0.86% 0.42% -
HSV(B) 24.78º 0.92% 0.78% -
XYZ 27.38 19.66 2.8 -
YUV 114.63 71.78 188.18 -
System Red Green Blue C M Y K H S L
Decimal 199 91 15 0 0.54 0.92 0.22 24.78 0.86 0.42
Hex C7 5B F 0 36 5C 16 19 56 2A
Octal 307 133 17 0 66 134 26 31 126 52
Binary 11000111 1011011 1111 0 110110 1011100 10110 11001 1010110 101010

Color Harmonies of #C75B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75B0F

Black with #C75B0F

Text Example


Text Example

White with #C75B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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