Html Css Color HEX #C96E2E Tango

📋 copy color: '#C96E2E'

red 201 ◦ green 110 ◦ blue 46

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

Shades of Tango #C96E2E

Tints of Tango #C96E2E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.81%

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 56.3%
G = 30.81%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C96E2E (or 0xC96E2E) is known color: Tango. HEX triplet: C9, 6E and 2E. RGB value is (201,110,46). Sum of RGB (Red+Green+Blue) = 201+110+46=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E2E is #3691D1. Grayscale: #828282. Windows color (decimal): -3576274 or 3043017. OLE color: 3043017.

HSL color Cylindrical-coordinate representation of color #C96E2E: hue angle of 24.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C96E2E is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 46 -
CMYK 0 0.45 0.77 0.21
HSL 24.77º 0.63% 0.48% -
HSV(B) 24.77º 0.77% 0.79% -
XYZ 30.16 23.77 5.58 -
YUV 129.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 201 110 46 0 0.45 0.77 0.21 24.77 0.63 0.48
Hex C9 6E 2E 0 2D 4D 15 19 3F 30
Octal 311 156 56 0 55 115 25 31 77 60
Binary 11001001 1101110 101110 0 101101 1001101 10101 11001 111111 110000

Color Harmonies of #C96E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E2E

Black with #C96E2E

Text Example


Text Example

White with #C96E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E2E; }

 p { color: rgb(201,110,46); }

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

background-color css

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

 a { background-color: rgb(201,110,46); }

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

border-color css

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

 span { border-color: rgb(201,110,46); }

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