#C69E94

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

Shades of Quicksand #C69E94

Tints of Quicksand #C69E94

Color information

#C69E94 (or 0xC69E94) is unknown color: approx Quicksand. HEX triplet: C6, 9E and 94. RGB value is (198,158,148). Sum of RGB (Red+Green+Blue) = 198+158+148=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E94 is #39616B. Grayscale: #A8A8A8. Windows color (decimal): -3760492 or 9739974. OLE color: 9739974.

HSL color Cylindrical-coordinate representation of color #C69E94: hue angle of 12º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C69E94 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB198158148-
CMYK00.200.250.22
HSL12º30.49%67.84%-
HSV(B)12º25.25%77.65%-
XYZ40.8638.633.31-
YUV168.82116.25148.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.29%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=39.29%
G=31.35%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815814800.200.250.221230.4967.84
HexC69E940141916c1e44
Octal30623622402431261436104
Binary11000110100111101001010001010011001101101100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E94; }

 p { color: rgb(198,158,148); }

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

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

 a { background-color: rgb(198,158,148); }

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

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

 span { border-color: rgb(198,158,148); }

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