Html Css Color HEX #C99D8B Quicksand

📋 copy color: '#C99D8B'

red 201 ◦ green 157 ◦ blue 139

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

Shades of Quicksand #C99D8B

Tints of Quicksand #C99D8B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 40.44%
G = 31.59%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C99D8B (or 0xC99D8B) is known color: Quicksand. HEX triplet: C9, 9D and 8B. RGB value is (201,157,139). Sum of RGB (Red+Green+Blue) = 201+157+139=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D8B is #366274. Grayscale: #A8A8A8. Windows color (decimal): -3564149 or 9149897. OLE color: 9149897.

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

Color convert

RGB 201 157 139 -
CMYK 0 0.22 0.31 0.21
HSL 17.42º 0.36% 0.67% -
HSV(B) 17.42º 0.31% 0.79% -
XYZ 40.8 38.4 29.69 -
YUV 168.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 201 157 139 0 0.22 0.31 0.21 17.42 0.36 0.67
Hex C9 9D 8B 0 16 1F 15 11 24 43
Octal 311 235 213 0 26 37 25 21 44 103
Binary 11001001 10011101 10001011 0 10110 11111 10101 10001 100100 1000011

Color Harmonies of #C99D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D8B

Black with #C99D8B

Text Example


Text Example

White with #C99D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D8B; }

 p { color: rgb(201,157,139); }

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

background-color css

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

 a { background-color: rgb(201,157,139); }

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

border-color css

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

 span { border-color: rgb(201,157,139); }

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