#C86A5C

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

Shades of Sunglo #C86A5C

Tints of Sunglo #C86A5C

Color information

#C86A5C (or 0xC86A5C) is unknown color: approx Sunglo. HEX triplet: C8, 6A and 5C. RGB value is (200,106,92). Sum of RGB (Red+Green+Blue) = 200+106+92=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A5C is #3795A3. Grayscale: #848484. Windows color (decimal): -3642788 or 6056648. OLE color: 6056648.

HSL color Cylindrical-coordinate representation of color #C86A5C: hue angle of 7.78º degrees, saturation: 0.5, 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 #C86A5C is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20010692-
CMYK00.470.540.22
HSL7.78º49.54%57.25%-
HSV(B)7.78º54%78.43%-
XYZ30.9123.3613.01-
YUV132.51105.14176.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=50.25%
G=26.63%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001069200.470.540.227.7849.5457.25
HexC86A5C02F361683239
Octal3101521340576626106271
Binary11001000110101010111000101111110110101101000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86A5C; }

 p { color: rgb(200,106,92); }

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

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

 a { background-color: rgb(200,106,92); }

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

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

 span { border-color: rgb(200,106,92); }

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