#C7695A

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

Shades of Sunglo #C7695A

Tints of Sunglo #C7695A

Color information

#C7695A (or 0xC7695A) is unknown color: approx Sunglo. HEX triplet: C7, 69 and 5A. RGB value is (199,105,90). Sum of RGB (Red+Green+Blue) = 199+105+90=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7695A is #3896A5. Grayscale: #838383. Windows color (decimal): -3708582 or 5925319. OLE color: 5925319.

HSL color Cylindrical-coordinate representation of color #C7695A: hue angle of 8.26º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7695A is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19910590-
CMYK00.470.550.22
HSL8.26º49.32%56.67%-
HSV(B)8.26º54.77%78.04%-
XYZ30.4522.9812.5-
YUV131.4104.64176.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=50.51%
G=26.65%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991059000.470.550.228.2649.3256.67
HexC7695A02F371683139
Octal3071511320576726106171
Binary11000111110100110110100101111110111101101000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7695A; }

 p { color: rgb(199,105,90); }

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

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

 a { background-color: rgb(199,105,90); }

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

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

 span { border-color: rgb(199,105,90); }

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