Html Css Color HEX #C79A8A Quicksand

📋 copy color: '#C79A8A'

red 199 ◦ green 154 ◦ blue 138

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

Shades of Quicksand #C79A8A

Tints of Quicksand #C79A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 40.53%
G = 31.36%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C79A8A (or 0xC79A8A) is known color: Quicksand. HEX triplet: C7, 9A and 8A. RGB value is (199,154,138). Sum of RGB (Red+Green+Blue) = 199+154+138=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79A8A is #386575. Grayscale: #A5A5A5. Windows color (decimal): -3695990 or 9083591. OLE color: 9083591.

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

Color convert

RGB 199 154 138 -
CMYK 0 0.23 0.31 0.22
HSL 15.74º 0.35% 0.66% -
HSV(B) 15.74º 0.31% 0.78% -
XYZ 39.7 37.09 29.11 -
YUV 165.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 199 154 138 0 0.23 0.31 0.22 15.74 0.35 0.66
Hex C7 9A 8A 0 17 1F 16 10 23 42
Octal 307 232 212 0 27 37 26 20 43 102
Binary 11000111 10011010 10001010 0 10111 11111 10110 10000 100011 1000010

Color Harmonies of #C79A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79A8A

Black with #C79A8A

Text Example


Text Example

White with #C79A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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