#C8695C

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

Shades of Sunglo #C8695C

Tints of Sunglo #C8695C

Color information

#C8695C (or 0xC8695C) is unknown color: approx Sunglo. HEX triplet: C8, 69 and 5C. RGB value is (200,105,92). Sum of RGB (Red+Green+Blue) = 200+105+92=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8695C is #3796A3. Grayscale: #848484. Windows color (decimal): -3643044 or 6056392. OLE color: 6056392.

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

Color convert

RGB20010592-
CMYK00.480.540.22
HSL7.22º49.54%57.25%-
HSV(B)7.22º54%78.43%-
XYZ30.823.1612.97-
YUV131.92105.47176.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=50.38%
G=26.45%
B=23.17%

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
Decimal2001059200.480.540.227.2249.5457.25
HexC8695C030361673239
Octal310151134060662676271
Binary1100100011010011011100011000011011010110111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8695C; }

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

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

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

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

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

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

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

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