Html Css Color HEX #C99C8D Quicksand

📋 copy color: '#C99C8D'

red 201 ◦ green 156 ◦ blue 141

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

Shades of Quicksand #C99C8D

Tints of Quicksand #C99C8D

RGB

 RED value IS 201 (78.91% from 255) = 40.36%

 GREEN value IS 156 (61.33% from 255) = 31.33%

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

R = 40.36%
G = 31.33%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C99C8D (or 0xC99C8D) is known color: Quicksand. HEX triplet: C9, 9C and 8D. RGB value is (201,156,141). Sum of RGB (Red+Green+Blue) = 201+156+141=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C8D is #366372. Grayscale: #A7A7A7. Windows color (decimal): -3564403 or 9280713. OLE color: 9280713.

HSL color Cylindrical-coordinate representation of color #C99C8D: hue angle of 15º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99C8D is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 156 141 -
CMYK 0 0.22 0.30 0.21
HSL 15º 0.36% 0.67% -
HSV(B) 15º 0.3% 0.79% -
XYZ 40.78 38.12 30.41 -
YUV 167.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 201 156 141 0 0.22 0.30 0.21 15 0.36 0.67
Hex C9 9C 8D 0 16 1E 15 F 24 43
Octal 311 234 215 0 26 36 25 17 44 103
Binary 11001001 10011100 10001101 0 10110 11110 10101 1111 100100 1000011

Color Harmonies of #C99C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C8D

Black with #C99C8D

Text Example


Text Example

White with #C99C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C8D; }

 p { color: rgb(201,156,141); }

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

background-color css

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

 a { background-color: rgb(201,156,141); }

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

border-color css

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

 span { border-color: rgb(201,156,141); }

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