Html Css Color HEX #C8712E Tango

📋 copy color: '#C8712E'

red 200 ◦ green 113 ◦ blue 46

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

Shades of Tango #C8712E

Tints of Tango #C8712E

RGB

 RED value IS 200 (78.52% from 255) = 55.71%

 GREEN value IS 113 (44.53% from 255) = 31.48%

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

R = 55.71%
G = 31.48%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8712E (or 0xC8712E) is known color: Tango. HEX triplet: C8, 71 and 2E. RGB value is (200,113,46). Sum of RGB (Red+Green+Blue) = 200+113+46=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8712E is #378ED1. Grayscale: #838383. Windows color (decimal): -3641042 or 3043784. OLE color: 3043784.

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

Color convert

RGB 200 113 46 -
CMYK 0 0.44 0.77 0.22
HSL 26.1º 0.63% 0.48% -
HSV(B) 26.1º 0.77% 0.78% -
XYZ 30.22 24.29 5.68 -
YUV 131.38 79.82 176.95 -
System Red Green Blue C M Y K H S L
Decimal 200 113 46 0 0.44 0.77 0.22 26.1 0.63 0.48
Hex C8 71 2E 0 2C 4D 16 1A 3F 30
Octal 310 161 56 0 54 115 26 32 77 60
Binary 11001000 1110001 101110 0 101100 1001101 10110 11010 111111 110000

Color Harmonies of #C8712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8712E

Black with #C8712E

Text Example


Text Example

White with #C8712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8712E; }

 p { color: rgb(200,113,46); }

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

background-color css

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

 a { background-color: rgb(200,113,46); }

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

border-color css

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

 span { border-color: rgb(200,113,46); }

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