Html Css Color HEX #C7998A Quicksand

📋 copy color: '#C7998A'

red 199 ◦ green 153 ◦ blue 138

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

Shades of Quicksand #C7998A

Tints of Quicksand #C7998A

RGB

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

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

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

R = 40.61%
G = 31.22%
B = 28.16%

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

#C7998A (or 0xC7998A) is known color: Quicksand. HEX triplet: C7, 99 and 8A. RGB value is (199,153,138). Sum of RGB (Red+Green+Blue) = 199+153+138=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7998A is #386675. Grayscale: #A5A5A5. Windows color (decimal): -3696246 or 9083335. OLE color: 9083335.

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

Color convert

RGB 199 153 138 -
CMYK 0 0.23 0.31 0.22
HSL 14.75º 0.35% 0.66% -
HSV(B) 14.75º 0.31% 0.78% -
XYZ 39.53 36.76 29.06 -
YUV 165.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 199 153 138 0 0.23 0.31 0.22 14.75 0.35 0.66
Hex C7 99 8A 0 17 1F 16 F 23 42
Octal 307 231 212 0 27 37 26 17 43 102
Binary 11000111 10011001 10001010 0 10111 11111 10110 1111 100011 1000010

Color Harmonies of #C7998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7998A

Black with #C7998A

Text Example


Text Example

White with #C7998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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