#C8685D

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

Shades of Sunglo #C8685D

Tints of Sunglo #C8685D

Color information

#C8685D (or 0xC8685D) is unknown color: approx Sunglo. HEX triplet: C8, 68 and 5D. RGB value is (200,104,93). Sum of RGB (Red+Green+Blue) = 200+104+93=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8685D is #3797A2. Grayscale: #838383. Windows color (decimal): -3643299 or 6121672. OLE color: 6121672.

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

Color convert

RGB20010493-
CMYK00.480.540.22
HSL6.17º49.31%57.45%-
HSV(B)6.17º53.5%78.43%-
XYZ30.7522.9713.17-
YUV131.45106.3176.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=50.38%
G=26.20%
B=23.43%

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
Decimal2001049300.480.540.226.1749.3157.45
HexC8685D030361663139
Octal310150135060662666171
Binary1100100011010001011101011000011011010110110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8685D; }

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

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

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

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

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

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

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

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