Html Css Color HEX #C7998E Quicksand

📋 copy color: '#C7998E'

red 199 ◦ green 153 ◦ blue 142

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

Shades of Quicksand #C7998E

Tints of Quicksand #C7998E

RGB

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

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

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

R = 40.28%
G = 30.97%
B = 28.74%

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

#C7998E (or 0xC7998E) is known color: Quicksand. HEX triplet: C7, 99 and 8E. RGB value is (199,153,142). Sum of RGB (Red+Green+Blue) = 199+153+142=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7998E is #386671. Grayscale: #A5A5A5. Windows color (decimal): -3696242 or 9345479. OLE color: 9345479.

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

Color convert

RGB 199 153 142 -
CMYK 0 0.23 0.29 0.22
HSL 11.58º 0.34% 0.67% -
HSV(B) 11.58º 0.29% 0.78% -
XYZ 39.83 36.88 30.61 -
YUV 165.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 199 153 142 0 0.23 0.29 0.22 11.58 0.34 0.67
Hex C7 99 8E 0 17 1D 16 C 22 43
Octal 307 231 216 0 27 35 26 14 42 103
Binary 11000111 10011001 10001110 0 10111 11101 10110 1100 100010 1000011

Color Harmonies of #C7998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7998E

Black with #C7998E

Text Example


Text Example

White with #C7998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7998E; }

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

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

background-color css

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

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

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

border-color css

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

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

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