Html Css Color HEX #C9968E Quicksand

📋 copy color: '#C9968E'

red 201 ◦ green 150 ◦ blue 142

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

Shades of Quicksand #C9968E

Tints of Quicksand #C9968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.43%

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 40.77%
G = 30.43%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9968E (or 0xC9968E) is known color: Quicksand. HEX triplet: C9, 96 and 8E. RGB value is (201,150,142). Sum of RGB (Red+Green+Blue) = 201+150+142=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9968E is #366971. Grayscale: #A4A4A4. Windows color (decimal): -3565938 or 9344713. OLE color: 9344713.

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

Color convert

RGB 201 150 142 -
CMYK 0 0.25 0.29 0.21
HSL 8.14º 0.35% 0.67% -
HSV(B) 8.14º 0.29% 0.79% -
XYZ 39.88 36.18 30.47 -
YUV 164.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 201 150 142 0 0.25 0.29 0.21 8.14 0.35 0.67
Hex C9 96 8E 0 19 1D 15 8 23 43
Octal 311 226 216 0 31 35 25 10 43 103
Binary 11001001 10010110 10001110 0 11001 11101 10101 1000 100011 1000011

Color Harmonies of #C9968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9968E

Black with #C9968E

Text Example


Text Example

White with #C9968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9968E; }

 p { color: rgb(201,150,142); }

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

background-color css

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

 a { background-color: rgb(201,150,142); }

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

border-color css

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

 span { border-color: rgb(201,150,142); }

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