Html Css Color HEX #C99A83 Quicksand

📋 copy color: '#C99A83'

red 201 ◦ green 154 ◦ blue 131

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

Shades of Quicksand #C99A83

Tints of Quicksand #C99A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.69%

 BLUE value IS 131 (51.56% from 255) = 26.95%

R = 41.36%
G = 31.69%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C99A83 (or 0xC99A83) is known color: Quicksand. HEX triplet: C9, 9A and 83. RGB value is (201,154,131). Sum of RGB (Red+Green+Blue) = 201+154+131=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A83 is #36657C. Grayscale: #A5A5A5. Windows color (decimal): -3564925 or 8624841. OLE color: 8624841.

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

Color convert

RGB 201 154 131 -
CMYK 0 0.23 0.35 0.21
HSL 19.71º 0.39% 0.65% -
HSV(B) 19.71º 0.35% 0.79% -
XYZ 39.74 37.17 26.55 -
YUV 165.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 201 154 131 0 0.23 0.35 0.21 19.71 0.39 0.65
Hex C9 9A 83 0 17 23 15 14 27 41
Octal 311 232 203 0 27 43 25 24 47 101
Binary 11001001 10011010 10000011 0 10111 100011 10101 10100 100111 1000001

Color Harmonies of #C99A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A83

Black with #C99A83

Text Example


Text Example

White with #C99A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A83; }

 p { color: rgb(201,154,131); }

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

background-color css

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

 a { background-color: rgb(201,154,131); }

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

border-color css

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

 span { border-color: rgb(201,154,131); }

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