Html Css Color HEX #C79995 Quicksand

📋 copy color: '#C79995'

red 199 ◦ green 153 ◦ blue 149

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

Shades of Quicksand #C79995

Tints of Quicksand #C79995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 39.72%
G = 30.54%
B = 29.74%

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

#C79995 (or 0xC79995) is known color: Quicksand. HEX triplet: C7, 99 and 95. RGB value is (199,153,149). Sum of RGB (Red+Green+Blue) = 199+153+149=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C79995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79995 is #38666A. Grayscale: #A6A6A6. Windows color (decimal): -3696235 or 9804231. OLE color: 9804231.

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

Color convert

RGB 199 153 149 -
CMYK 0 0.23 0.25 0.22
HSL 4.8º 0.31% 0.68% -
HSV(B) 4.8º 0.25% 0.78% -
XYZ 40.37 37.09 33.47 -
YUV 166.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 199 153 149 0 0.23 0.25 0.22 4.8 0.31 0.68
Hex C7 99 95 0 17 19 16 5 1F 44
Octal 307 231 225 0 27 31 26 5 37 104
Binary 11000111 10011001 10010101 0 10111 11001 10110 101 11111 1000100

Color Harmonies of #C79995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79995

Black with #C79995

Text Example


Text Example

White with #C79995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79995; }

 p { color: rgb(199,153,149); }

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

background-color css

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

 a { background-color: rgb(199,153,149); }

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

border-color css

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

 span { border-color: rgb(199,153,149); }

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