Html Css Color HEX #C8702D Tango

📋 copy color: '#C8702D'

red 200 ◦ green 112 ◦ blue 45

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

Shades of Tango #C8702D

Tints of Tango #C8702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

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

R = 56.02%
G = 31.37%
B = 12.61%

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

#C8702D (or 0xC8702D) is known color: Tango. HEX triplet: C8, 70 and 2D. RGB value is (200,112,45). Sum of RGB (Red+Green+Blue) = 200+112+45=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8702D is #378FD2. Grayscale: #838383. Windows color (decimal): -3641299 or 2977992. OLE color: 2977992.

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

Color convert

RGB 200 112 45 -
CMYK 0 0.44 0.78 0.22
HSL 25.94º 0.63% 0.48% -
HSV(B) 25.94º 0.78% 0.78% -
XYZ 30.09 24.06 5.54 -
YUV 130.67 79.65 177.45 -
System Red Green Blue C M Y K H S L
Decimal 200 112 45 0 0.44 0.78 0.22 25.94 0.63 0.48
Hex C8 70 2D 0 2C 4E 16 1A 3F 30
Octal 310 160 55 0 54 116 26 32 77 60
Binary 11001000 1110000 101101 0 101100 1001110 10110 11010 111111 110000

Color Harmonies of #C8702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8702D

Black with #C8702D

Text Example


Text Example

White with #C8702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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