Html Css Color HEX #C99A8C Quicksand

📋 copy color: '#C99A8C'

red 201 ◦ green 154 ◦ blue 140

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

Shades of Quicksand #C99A8C

Tints of Quicksand #C99A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 40.61%
G = 31.11%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C99A8C (or 0xC99A8C) is known color: Quicksand. HEX triplet: C9, 9A and 8C. RGB value is (201,154,140). Sum of RGB (Red+Green+Blue) = 201+154+140=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A8C is #366573. Grayscale: #A6A6A6. Windows color (decimal): -3564916 or 9214665. OLE color: 9214665.

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

Color convert

RGB 201 154 140 -
CMYK 0 0.23 0.30 0.21
HSL 13.77º 0.36% 0.67% -
HSV(B) 13.77º 0.3% 0.79% -
XYZ 40.38 37.42 29.91 -
YUV 166.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 201 154 140 0 0.23 0.30 0.21 13.77 0.36 0.67
Hex C9 9A 8C 0 17 1E 15 E 24 43
Octal 311 232 214 0 27 36 25 16 44 103
Binary 11001001 10011010 10001100 0 10111 11110 10101 1110 100100 1000011

Color Harmonies of #C99A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A8C

Black with #C99A8C

Text Example


Text Example

White with #C99A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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