#C9695F

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

Shades of Sunglo #C9695F

Tints of Sunglo #C9695F

Color information

#C9695F (or 0xC9695F) is unknown color: approx Sunglo. HEX triplet: C9, 69 and 5F. RGB value is (201,105,95). Sum of RGB (Red+Green+Blue) = 201+105+95=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9695F is #3696A0. Grayscale: #848484. Windows color (decimal): -3577505 or 6253001. OLE color: 6253001.

HSL color Cylindrical-coordinate representation of color #C9695F: hue angle of 5.66º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9695F is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20110595-
CMYK00.480.530.21
HSL5.66º49.53%58.04%-
HSV(B)5.66º52.74%78.82%-
XYZ31.223.3513.69-
YUV132.56106.8176.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=50.12%
G=26.18%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011059500.480.530.215.6649.5358.04
HexC9695F03035156323a
Octal311151137060652566272
Binary1100100111010011011111011000011010110101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9695F; }

 p { color: rgb(201,105,95); }

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

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

 a { background-color: rgb(201,105,95); }

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

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

 span { border-color: rgb(201,105,95); }

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