Html Css Color HEX #C99B8E Quicksand

📋 copy color: '#C99B8E'

red 201 ◦ green 155 ◦ blue 142

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

Shades of Quicksand #C99B8E

Tints of Quicksand #C99B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.12%

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

R = 40.36%
G = 31.12%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C99B8E (or 0xC99B8E) is known color: Quicksand. HEX triplet: C9, 9B and 8E. RGB value is (201,155,142). Sum of RGB (Red+Green+Blue) = 201+155+142=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B8E is #366471. Grayscale: #A7A7A7. Windows color (decimal): -3564658 or 9345993. OLE color: 9345993.

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

Color convert

RGB 201 155 142 -
CMYK 0 0.23 0.29 0.21
HSL 13.22º 0.35% 0.67% -
HSV(B) 13.22º 0.29% 0.79% -
XYZ 40.69 37.81 30.75 -
YUV 167.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 201 155 142 0 0.23 0.29 0.21 13.22 0.35 0.67
Hex C9 9B 8E 0 17 1D 15 D 23 43
Octal 311 233 216 0 27 35 25 15 43 103
Binary 11001001 10011011 10001110 0 10111 11101 10101 1101 100011 1000011

Color Harmonies of #C99B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99B8E

Black with #C99B8E

Text Example


Text Example

White with #C99B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99B8E; }

 p { color: rgb(201,155,142); }

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

background-color css

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

 a { background-color: rgb(201,155,142); }

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

border-color css

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

 span { border-color: rgb(201,155,142); }

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