Html Css Color HEX #C99C8A Quicksand

📋 copy color: '#C99C8A'

red 201 ◦ green 156 ◦ blue 138

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

Shades of Quicksand #C99C8A

Tints of Quicksand #C99C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 40.61%
G = 31.52%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C99C8A (or 0xC99C8A) is known color: Quicksand. HEX triplet: C9, 9C and 8A. RGB value is (201,156,138). Sum of RGB (Red+Green+Blue) = 201+156+138=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C8A is #366375. Grayscale: #A7A7A7. Windows color (decimal): -3564406 or 9084105. OLE color: 9084105.

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

Color convert

RGB 201 156 138 -
CMYK 0 0.22 0.31 0.21
HSL 17.14º 0.37% 0.66% -
HSV(B) 17.14º 0.31% 0.79% -
XYZ 40.56 38.03 29.25 -
YUV 167.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 201 156 138 0 0.22 0.31 0.21 17.14 0.37 0.66
Hex C9 9C 8A 0 16 1F 15 11 25 42
Octal 311 234 212 0 26 37 25 21 45 102
Binary 11001001 10011100 10001010 0 10110 11111 10101 10001 100101 1000010

Color Harmonies of #C99C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C8A

Black with #C99C8A

Text Example


Text Example

White with #C99C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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