Html Css Color HEX #C99C92 Quicksand

📋 copy color: '#C99C92'

red 201 ◦ green 156 ◦ blue 146

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

Shades of Quicksand #C99C92

Tints of Quicksand #C99C92

RGB

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

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

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

R = 39.96%
G = 31.01%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C99C92 (or 0xC99C92) is known color: Quicksand. HEX triplet: C9, 9C and 92. RGB value is (201,156,146). Sum of RGB (Red+Green+Blue) = 201+156+146=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C92 is #36636D. Grayscale: #A8A8A8. Windows color (decimal): -3564398 or 9608393. OLE color: 9608393.

HSL color Cylindrical-coordinate representation of color #C99C92: hue angle of 10.91º 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 #C99C92 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 156 146 -
CMYK 0 0.22 0.27 0.21
HSL 10.91º 0.34% 0.68% -
HSV(B) 10.91º 0.27% 0.79% -
XYZ 41.16 38.27 32.41 -
YUV 168.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 201 156 146 0 0.22 0.27 0.21 10.91 0.34 0.68
Hex C9 9C 92 0 16 1B 15 B 22 44
Octal 311 234 222 0 26 33 25 13 42 104
Binary 11001001 10011100 10010010 0 10110 11011 10101 1011 100010 1000100

Color Harmonies of #C99C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C92

Black with #C99C92

Text Example


Text Example

White with #C99C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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