Html Css Color HEX #C8998D Quicksand

📋 copy color: '#C8998D'

red 200 ◦ green 153 ◦ blue 141

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

Shades of Quicksand #C8998D

Tints of Quicksand #C8998D

RGB

 RED value IS 200 (78.52% from 255) = 40.49%

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 40.49%
G = 30.97%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8998D (or 0xC8998D) is known color: Quicksand. HEX triplet: C8, 99 and 8D. RGB value is (200,153,141). Sum of RGB (Red+Green+Blue) = 200+153+141=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8998D is #376672. Grayscale: #A5A5A5. Windows color (decimal): -3630707 or 9279944. OLE color: 9279944.

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

Color convert

RGB 200 153 141 -
CMYK 0 0.24 0.29 0.22
HSL 12.2º 0.35% 0.67% -
HSV(B) 12.2º 0.3% 0.78% -
XYZ 40.02 36.98 30.23 -
YUV 165.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 200 153 141 0 0.24 0.29 0.22 12.2 0.35 0.67
Hex C8 99 8D 0 18 1D 16 C 23 43
Octal 310 231 215 0 30 35 26 14 43 103
Binary 11001000 10011001 10001101 0 11000 11101 10110 1100 100011 1000011

Color Harmonies of #C8998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8998D

Black with #C8998D

Text Example


Text Example

White with #C8998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8998D; }

 p { color: rgb(200,153,141); }

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

background-color css

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

 a { background-color: rgb(200,153,141); }

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

border-color css

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

 span { border-color: rgb(200,153,141); }

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