#C8685B

Color #C8685B Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #C8685B

Tints of Sunglo #C8685B

Color information

#C8685B (or 0xC8685B) is unknown color: approx Sunglo. HEX triplet: C8, 68 and 5B. RGB value is (200,104,91). Sum of RGB (Red+Green+Blue) = 200+104+91=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8685B is #3797A4. Grayscale: #838383. Windows color (decimal): -3643301 or 5990600. OLE color: 5990600.

HSL color Cylindrical-coordinate representation of color #C8685B: hue angle of 7.16º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8685B is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20010491-
CMYK00.480.540.22
HSL7.16º49.77%57.06%-
HSV(B)7.16º54.5%78.43%-
XYZ30.6622.9412.71-
YUV131.22105.3177.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=50.63%
G=26.33%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001049100.480.540.227.1649.7757.06
HexC8685B030361673239
Octal310150133060662676271
Binary1100100011010001011011011000011011010110111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8685B; }

 p { color: rgb(200,104,91); }

 H1.HeaderClassName
 {
   color: #C8685B;
 }
 .AnyTagClassName
 {
   color: #C8685B;
 }
</style>
background-color css

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

 a { background-color: rgb(200,104,91); }

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

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

 span { border-color: rgb(200,104,91); }

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