#C0695C

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

Shades of Sunglo #C0695C

Tints of Sunglo #C0695C

Color information

#C0695C (or 0xC0695C) is unknown color: approx Sunglo. HEX triplet: C0, 69 and 5C. RGB value is (192,105,92). Sum of RGB (Red+Green+Blue) = 192+105+92=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0695C is #3F96A3. Grayscale: #818181. Windows color (decimal): -4167332 or 6056384. OLE color: 6056384.

HSL color Cylindrical-coordinate representation of color #C0695C: hue angle of 7.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0695C is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19210592-
CMYK00.450.520.25
HSL7.8º44.25%55.69%-
HSV(B)7.8º52.08%75.29%-
XYZ28.7222.0812.87-
YUV129.53106.82172.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=49.36%
G=26.99%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921059200.450.520.257.844.2555.69
HexC0695C02D341982c38
Octal3001511340556431105470
Binary11000000110100110111000101101110100110011000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0695C; }

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

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

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

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

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

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

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

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