Html Css Color HEX #C99984 Quicksand

📋 copy color: '#C99984'

red 201 ◦ green 153 ◦ blue 132

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

Shades of Quicksand #C99984

Tints of Quicksand #C99984

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 41.36%
G = 31.48%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C99984 (or 0xC99984) is known color: Quicksand. HEX triplet: C9, 99 and 84. RGB value is (201,153,132). Sum of RGB (Red+Green+Blue) = 201+153+132=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99984 is #36667B. Grayscale: #A5A5A5. Windows color (decimal): -3565180 or 8690121. OLE color: 8690121.

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

Color convert

RGB 201 153 132 -
CMYK 0 0.24 0.34 0.21
HSL 18.26º 0.39% 0.65% -
HSV(B) 18.26º 0.34% 0.79% -
XYZ 39.64 36.87 26.86 -
YUV 164.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 201 153 132 0 0.24 0.34 0.21 18.26 0.39 0.65
Hex C9 99 84 0 18 22 15 12 27 41
Octal 311 231 204 0 30 42 25 22 47 101
Binary 11001001 10011001 10000100 0 11000 100010 10101 10010 100111 1000001

Color Harmonies of #C99984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99984

Black with #C99984

Text Example


Text Example

White with #C99984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99984; }

 p { color: rgb(201,153,132); }

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

background-color css

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

 a { background-color: rgb(201,153,132); }

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

border-color css

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

 span { border-color: rgb(201,153,132); }

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