Html Css Color HEX #C6958B Quicksand

📋 copy color: '#C6958B'

red 198 ◦ green 149 ◦ blue 139

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

Shades of Quicksand #C6958B

Tints of Quicksand #C6958B

RGB

 RED value IS 198 (77.73% from 255) = 40.74%

 GREEN value IS 149 (58.59% from 255) = 30.66%

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

R = 40.74%
G = 30.66%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6958B (or 0xC6958B) is known color: Quicksand. HEX triplet: C6, 95 and 8B. RGB value is (198,149,139). Sum of RGB (Red+Green+Blue) = 198+149+139=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6958B is #396A74. Grayscale: #A2A2A2. Windows color (decimal): -3762805 or 9147846. OLE color: 9147846.

HSL color Cylindrical-coordinate representation of color #C6958B: hue angle of 10.17º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6958B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 149 139 -
CMYK 0 0.25 0.30 0.22
HSL 10.17º 0.34% 0.66% -
HSV(B) 10.17º 0.3% 0.78% -
XYZ 38.7 35.36 29.21 -
YUV 162.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 198 149 139 0 0.25 0.30 0.22 10.17 0.34 0.66
Hex C6 95 8B 0 19 1E 16 A 22 42
Octal 306 225 213 0 31 36 26 12 42 102
Binary 11000110 10010101 10001011 0 11001 11110 10110 1010 100010 1000010

Color Harmonies of #C6958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6958B

Black with #C6958B

Text Example


Text Example

White with #C6958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6958B; }

 p { color: rgb(198,149,139); }

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

background-color css

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

 a { background-color: rgb(198,149,139); }

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

border-color css

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

 span { border-color: rgb(198,149,139); }

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