#C0695B

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

Shades of Sunglo #C0695B

Tints of Sunglo #C0695B

Color information

#C0695B (or 0xC0695B) is unknown color: approx Sunglo. HEX triplet: C0, 69 and 5B. RGB value is (192,105,91). Sum of RGB (Red+Green+Blue) = 192+105+91=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0695B is #3F96A4. Grayscale: #818181. Windows color (decimal): -4167333 or 5990848. OLE color: 5990848.

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

Color convert

RGB19210591-
CMYK00.450.530.25
HSL8.32º44.49%55.49%-
HSV(B)8.32º52.6%75.29%-
XYZ28.6822.0612.64-
YUV129.42106.32172.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=49.48%
G=27.06%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921059100.450.530.258.3244.4955.49
HexC0695B02D351982c37
Octal3001511330556531105467
Binary11000000110100110110110101101110101110011000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0695B; }

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

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

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

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

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

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

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

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