Html Css Color HEX #C7988A Quicksand

📋 copy color: '#C7988A'

red 199 ◦ green 152 ◦ blue 138

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

Shades of Quicksand #C7988A

Tints of Quicksand #C7988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.08%

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

R = 40.7%
G = 31.08%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7988A (or 0xC7988A) is known color: Quicksand. HEX triplet: C7, 98 and 8A. RGB value is (199,152,138). Sum of RGB (Red+Green+Blue) = 199+152+138=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7988A is #386775. Grayscale: #A4A4A4. Windows color (decimal): -3696502 or 9083079. OLE color: 9083079.

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

Color convert

RGB 199 152 138 -
CMYK 0 0.24 0.31 0.22
HSL 13.77º 0.35% 0.66% -
HSV(B) 13.77º 0.31% 0.78% -
XYZ 39.37 36.43 29 -
YUV 164.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 199 152 138 0 0.24 0.31 0.22 13.77 0.35 0.66
Hex C7 98 8A 0 18 1F 16 E 23 42
Octal 307 230 212 0 30 37 26 16 43 102
Binary 11000111 10011000 10001010 0 11000 11111 10110 1110 100011 1000010

Color Harmonies of #C7988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7988A

Black with #C7988A

Text Example


Text Example

White with #C7988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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