Html Css Color HEX #C9510A Tenne (Tawny)

📋 copy color: '#C9510A'

red 201 ◦ green 81 ◦ blue 10

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

Shades of Tenne (Tawny) #C9510A

Tints of Tenne (Tawny) #C9510A

RGB

 RED value IS 201 (78.91% from 255) = 68.84%

 GREEN value IS 81 (32.03% from 255) = 27.74%

 BLUE value IS 10 (4.3% from 255) = 3.42%

R = 68.84%
G = 27.74%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9510A (or 0xC9510A) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 0A. RGB value is (201,81,10). Sum of RGB (Red+Green+Blue) = 201+81+10=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C9510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9510A is #36AEF5. Grayscale: #6D6D6D. Windows color (decimal): -3583734 or 676297. OLE color: 676297.

HSL color Cylindrical-coordinate representation of color #C9510A: hue angle of 22.3º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9510A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 10 -
CMYK 0 0.60 0.95 0.21
HSL 22.3º 0.91% 0.41% -
HSV(B) 22.3º 0.95% 0.79% -
XYZ 27.08 18.32 2.4 -
YUV 108.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 201 81 10 0 0.60 0.95 0.21 22.3 0.91 0.41
Hex C9 51 A 0 3C 5F 15 16 5B 29
Octal 311 121 12 0 74 137 25 26 133 51
Binary 11001001 1010001 1010 0 111100 1011111 10101 10110 1011011 101001

Color Harmonies of #C9510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9510A

Black with #C9510A

Text Example


Text Example

White with #C9510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9510A; }

 p { color: rgb(201,81,10); }

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

background-color css

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

 a { background-color: rgb(201,81,10); }

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

border-color css

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

 span { border-color: rgb(201,81,10); }

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