Html Css Color HEX #C69994 Quicksand

📋 copy color: '#C69994'

red 198 ◦ green 153 ◦ blue 148

#C69994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quicksand #C69994

Tints of Quicksand #C69994

RGB

 RED value IS 198 (77.73% from 255) = 39.68%

 GREEN value IS 153 (60.16% from 255) = 30.66%

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 39.68%
G = 30.66%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C69994 (or 0xC69994) is known color: Quicksand. HEX triplet: C6, 99 and 94. RGB value is (198,153,148). Sum of RGB (Red+Green+Blue) = 198+153+148=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C69994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69994 is #39666B. Grayscale: #A5A5A5. Windows color (decimal): -3761772 or 9738694. OLE color: 9738694.

HSL color Cylindrical-coordinate representation of color #C69994: hue angle of 6º 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 #C69994 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 153 148 -
CMYK 0 0.23 0.25 0.22
HSL 0.3% 0.68% -
HSV(B) 0.25% 0.78% -
XYZ 40.03 36.93 33.03 -
YUV 165.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 198 153 148 0 0.23 0.25 0.22 6 0.3 0.68
Hex C6 99 94 0 17 19 16 6 1E 44
Octal 306 231 224 0 27 31 26 6 36 104
Binary 11000110 10011001 10010100 0 10111 11001 10110 110 11110 1000100

Color Harmonies of #C69994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69994

Black with #C69994

Text Example


Text Example

White with #C69994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69994; }

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

 H1.HeaderClassName
 {
   color: #C69994;
 }
 .AnyTagClassName
 {
   color: #C69994;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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