Html Css Color HEX #C9948A Quicksand

📋 copy color: '#C9948A'

red 201 ◦ green 148 ◦ blue 138

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

Shades of Quicksand #C9948A

Tints of Quicksand #C9948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

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

R = 41.27%
G = 30.39%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9948A (or 0xC9948A) is known color: Quicksand. HEX triplet: C9, 94 and 8A. RGB value is (201,148,138). Sum of RGB (Red+Green+Blue) = 201+148+138=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9948A is #366B75. Grayscale: #A2A2A2. Windows color (decimal): -3566454 or 9082057. OLE color: 9082057.

HSL color Cylindrical-coordinate representation of color #C9948A: hue angle of 9.52º 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 #C9948A is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 138 -
CMYK 0 0.26 0.31 0.21
HSL 9.52º 0.37% 0.66% -
HSV(B) 9.52º 0.31% 0.79% -
XYZ 39.26 35.43 28.81 -
YUV 162.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 201 148 138 0 0.26 0.31 0.21 9.52 0.37 0.66
Hex C9 94 8A 0 1A 1F 15 A 25 42
Octal 311 224 212 0 32 37 25 12 45 102
Binary 11001001 10010100 10001010 0 11010 11111 10101 1010 100101 1000010

Color Harmonies of #C9948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9948A

Black with #C9948A

Text Example


Text Example

White with #C9948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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