#C2695A

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

Shades of Sunglo #C2695A

Tints of Sunglo #C2695A

Color information

#C2695A (or 0xC2695A) is unknown color: approx Sunglo. HEX triplet: C2, 69 and 5A. RGB value is (194,105,90). Sum of RGB (Red+Green+Blue) = 194+105+90=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2695A is #3D96A5. Grayscale: #828282. Windows color (decimal): -4036262 or 5925314. OLE color: 5925314.

HSL color Cylindrical-coordinate representation of color #C2695A: hue angle of 8.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2695A is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19410590-
CMYK00.460.540.24
HSL8.65º46.02%55.69%-
HSV(B)8.65º53.61%76.08%-
XYZ29.1522.3112.44-
YUV129.9105.49173.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=49.87%
G=26.99%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941059000.460.540.248.6546.0255.69
HexC2695A02E361892e38
Octal3021511320566630115670
Binary11000010110100110110100101110110110110001001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2695A; }

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

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

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

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

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

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

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

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