Html Css Color HEX #C79A94 Quicksand

📋 copy color: '#C79A94'

red 199 ◦ green 154 ◦ blue 148

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

Shades of Quicksand #C79A94

Tints of Quicksand #C79A94

RGB

 RED value IS 199 (78.13% from 255) = 39.72%

 GREEN value IS 154 (60.55% from 255) = 30.74%

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

R = 39.72%
G = 30.74%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C79A94 (or 0xC79A94) is known color: Quicksand. HEX triplet: C7, 9A and 94. RGB value is (199,154,148). Sum of RGB (Red+Green+Blue) = 199+154+148=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79A94 is #38656B. Grayscale: #A6A6A6. Windows color (decimal): -3695980 or 9738951. OLE color: 9738951.

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

Color convert

RGB 199 154 148 -
CMYK 0 0.23 0.26 0.22
HSL 7.06º 0.31% 0.68% -
HSV(B) 7.06º 0.26% 0.78% -
XYZ 40.45 37.39 33.1 -
YUV 166.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 199 154 148 0 0.23 0.26 0.22 7.06 0.31 0.68
Hex C7 9A 94 0 17 1A 16 7 1F 44
Octal 307 232 224 0 27 32 26 7 37 104
Binary 11000111 10011010 10010100 0 10111 11010 10110 111 11111 1000100

Color Harmonies of #C79A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79A94

Black with #C79A94

Text Example


Text Example

White with #C79A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79A94; }

 p { color: rgb(199,154,148); }

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

background-color css

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

 a { background-color: rgb(199,154,148); }

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

border-color css

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

 span { border-color: rgb(199,154,148); }

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