#C9675F

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

Shades of Sunglo #C9675F

Tints of Sunglo #C9675F

Color information

#C9675F (or 0xC9675F) is unknown color: approx Sunglo. HEX triplet: C9, 67 and 5F. RGB value is (201,103,95). Sum of RGB (Red+Green+Blue) = 201+103+95=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9675F is #3698A0. Grayscale: #838383. Windows color (decimal): -3578017 or 6252489. OLE color: 6252489.

HSL color Cylindrical-coordinate representation of color #C9675F: hue angle of 4.53º 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 #C9675F is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20110395-
CMYK00.490.530.21
HSL4.53º49.53%58.04%-
HSV(B)4.53º52.74%78.82%-
XYZ3122.9413.62-
YUV131.39107.47177.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=50.38%
G=25.81%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011039500.490.530.214.5349.5358.04
HexC9675F03135155323a
Octal311147137061652556272
Binary1100100111001111011111011000111010110101101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9675F; }

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

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

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

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

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

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

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

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