Html Css Color HEX #C79A8E Quicksand

📋 copy color: '#C79A8E'

red 199 ◦ green 154 ◦ blue 142

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

Shades of Quicksand #C79A8E

Tints of Quicksand #C79A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.69%

R = 40.2%
G = 31.11%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C79A8E (or 0xC79A8E) is known color: Quicksand. HEX triplet: C7, 9A and 8E. RGB value is (199,154,142). Sum of RGB (Red+Green+Blue) = 199+154+142=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79A8E is #386571. Grayscale: #A6A6A6. Windows color (decimal): -3695986 or 9345735. OLE color: 9345735.

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

Color convert

RGB 199 154 142 -
CMYK 0 0.23 0.29 0.22
HSL 12.63º 0.34% 0.67% -
HSV(B) 12.63º 0.29% 0.78% -
XYZ 39.99 37.21 30.66 -
YUV 166.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 199 154 142 0 0.23 0.29 0.22 12.63 0.34 0.67
Hex C7 9A 8E 0 17 1D 16 D 22 43
Octal 307 232 216 0 27 35 26 15 42 103
Binary 11000111 10011010 10001110 0 10111 11101 10110 1101 100010 1000011

Color Harmonies of #C79A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79A8E

Black with #C79A8E

Text Example


Text Example

White with #C79A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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