Html Css Color HEX #C99B92 Quicksand

📋 copy color: '#C99B92'

red 201 ◦ green 155 ◦ blue 146

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

Shades of Quicksand #C99B92

Tints of Quicksand #C99B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.08%

R = 40.04%
G = 30.88%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C99B92 (or 0xC99B92) is known color: Quicksand. HEX triplet: C9, 9B and 92. RGB value is (201,155,146). Sum of RGB (Red+Green+Blue) = 201+155+146=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B92 is #36646D. Grayscale: #A7A7A7. Windows color (decimal): -3564654 or 9608137. OLE color: 9608137.

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

Color convert

RGB 201 155 146 -
CMYK 0 0.23 0.27 0.21
HSL 9.82º 0.34% 0.68% -
HSV(B) 9.82º 0.27% 0.79% -
XYZ 41 37.94 32.36 -
YUV 167.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 201 155 146 0 0.23 0.27 0.21 9.82 0.34 0.68
Hex C9 9B 92 0 17 1B 15 A 22 44
Octal 311 233 222 0 27 33 25 12 42 104
Binary 11001001 10011011 10010010 0 10111 11011 10101 1010 100010 1000100

Color Harmonies of #C99B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99B92

Black with #C99B92

Text Example


Text Example

White with #C99B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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