Html Css Color HEX #C8998E Quicksand

📋 copy color: '#C8998E'

red 200 ◦ green 153 ◦ blue 142

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

Shades of Quicksand #C8998E

Tints of Quicksand #C8998E

RGB

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

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

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

R = 40.4%
G = 30.91%
B = 28.69%

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

#C8998E (or 0xC8998E) is known color: Quicksand. HEX triplet: C8, 99 and 8E. RGB value is (200,153,142). Sum of RGB (Red+Green+Blue) = 200+153+142=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8998E is #376671. Grayscale: #A5A5A5. Windows color (decimal): -3630706 or 9345480. OLE color: 9345480.

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

Color convert

RGB 200 153 142 -
CMYK 0 0.24 0.29 0.22
HSL 11.38º 0.35% 0.67% -
HSV(B) 11.38º 0.29% 0.78% -
XYZ 40.09 37.01 30.62 -
YUV 165.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 200 153 142 0 0.24 0.29 0.22 11.38 0.35 0.67
Hex C8 99 8E 0 18 1D 16 B 23 43
Octal 310 231 216 0 30 35 26 13 43 103
Binary 11001000 10011001 10001110 0 11000 11101 10110 1011 100011 1000011

Color Harmonies of #C8998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8998E

Black with #C8998E

Text Example


Text Example

White with #C8998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8998E; }

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

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

background-color css

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

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

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

border-color css

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

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

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