Html Css Color HEX #C99A8B Quicksand

📋 copy color: '#C99A8B'

red 201 ◦ green 154 ◦ blue 139

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

Shades of Quicksand #C99A8B

Tints of Quicksand #C99A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 40.69%
G = 31.17%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C99A8B (or 0xC99A8B) is known color: Quicksand. HEX triplet: C9, 9A and 8B. RGB value is (201,154,139). Sum of RGB (Red+Green+Blue) = 201+154+139=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A8B is #366574. Grayscale: #A6A6A6. Windows color (decimal): -3564917 or 9149129. OLE color: 9149129.

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

Color convert

RGB 201 154 139 -
CMYK 0 0.23 0.31 0.21
HSL 14.52º 0.36% 0.67% -
HSV(B) 14.52º 0.31% 0.79% -
XYZ 40.3 37.39 29.52 -
YUV 166.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 201 154 139 0 0.23 0.31 0.21 14.52 0.36 0.67
Hex C9 9A 8B 0 17 1F 15 F 24 43
Octal 311 232 213 0 27 37 25 17 44 103
Binary 11001001 10011010 10001011 0 10111 11111 10101 1111 100100 1000011

Color Harmonies of #C99A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A8B

Black with #C99A8B

Text Example


Text Example

White with #C99A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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