Html Css Color HEX #C75A0B Tenne (Tawny)

📋 copy color: '#C75A0B'

red 199 ◦ green 90 ◦ blue 11

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

Shades of Tenne (Tawny) #C75A0B

Tints of Tenne (Tawny) #C75A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 66.33%
G = 30%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C75A0B (or 0xC75A0B) is known color: Tenne (Tawny). HEX triplet: C7, 5A and 0B. RGB value is (199,90,11). Sum of RGB (Red+Green+Blue) = 199+90+11=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75A0B is #38A5F4. Grayscale: #727272. Windows color (decimal): -3712501 or 744135. OLE color: 744135.

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

Color convert

RGB 199 90 11 -
CMYK 0 0.55 0.94 0.22
HSL 25.21º 0.9% 0.41% -
HSV(B) 25.21º 0.94% 0.78% -
XYZ 27.27 19.48 2.64 -
YUV 113.59 70.11 188.92 -
System Red Green Blue C M Y K H S L
Decimal 199 90 11 0 0.55 0.94 0.22 25.21 0.9 0.41
Hex C7 5A B 0 37 5E 16 19 5A 29
Octal 307 132 13 0 67 136 26 31 132 51
Binary 11000111 1011010 1011 0 110111 1011110 10110 11001 1011010 101001

Color Harmonies of #C75A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A0B

Black with #C75A0B

Text Example


Text Example

White with #C75A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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