Html Css Color HEX #C7958C Quicksand

📋 copy color: '#C7958C'

red 199 ◦ green 149 ◦ blue 140

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

Shades of Quicksand #C7958C

Tints of Quicksand #C7958C

RGB

 RED value IS 199 (78.13% from 255) = 40.78%

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

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

R = 40.78%
G = 30.53%
B = 28.69%

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

#C7958C (or 0xC7958C) is known color: Quicksand. HEX triplet: C7, 95 and 8C. RGB value is (199,149,140). Sum of RGB (Red+Green+Blue) = 199+149+140=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7958C is #386A73. Grayscale: #A3A3A3. Windows color (decimal): -3697268 or 9213383. OLE color: 9213383.

HSL color Cylindrical-coordinate representation of color #C7958C: hue angle of 9.15º degrees, saturation: 0.35, 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 #C7958C is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 140 -
CMYK 0 0.25 0.30 0.22
HSL 9.15º 0.35% 0.66% -
HSV(B) 9.15º 0.3% 0.78% -
XYZ 39.03 35.53 29.61 -
YUV 162.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 199 149 140 0 0.25 0.30 0.22 9.15 0.35 0.66
Hex C7 95 8C 0 19 1E 16 9 23 42
Octal 307 225 214 0 31 36 26 11 43 102
Binary 11000111 10010101 10001100 0 11001 11110 10110 1001 100011 1000010

Color Harmonies of #C7958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7958C

Black with #C7958C

Text Example


Text Example

White with #C7958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7958C; }

 p { color: rgb(199,149,140); }

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

background-color css

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

 a { background-color: rgb(199,149,140); }

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

border-color css

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

 span { border-color: rgb(199,149,140); }

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