Html Css Color HEX #C8712D Tango

📋 copy color: '#C8712D'

red 200 ◦ green 113 ◦ blue 45

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

Shades of Tango #C8712D

Tints of Tango #C8712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 55.87%
G = 31.56%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8712D (or 0xC8712D) is known color: Tango. HEX triplet: C8, 71 and 2D. RGB value is (200,113,45). Sum of RGB (Red+Green+Blue) = 200+113+45=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8712D is #378ED2. Grayscale: #838383. Windows color (decimal): -3641043 or 2978248. OLE color: 2978248.

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

Color convert

RGB 200 113 45 -
CMYK 0 0.44 0.78 0.22
HSL 26.32º 0.63% 0.48% -
HSV(B) 26.32º 0.78% 0.78% -
XYZ 30.2 24.28 5.58 -
YUV 131.26 79.32 177.03 -
System Red Green Blue C M Y K H S L
Decimal 200 113 45 0 0.44 0.78 0.22 26.32 0.63 0.48
Hex C8 71 2D 0 2C 4E 16 1A 3F 30
Octal 310 161 55 0 54 116 26 32 77 60
Binary 11001000 1110001 101101 0 101100 1001110 10110 11010 111111 110000

Color Harmonies of #C8712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8712D

Black with #C8712D

Text Example


Text Example

White with #C8712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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