Html Css Color HEX #C4958C Quicksand

📋 copy color: '#C4958C'

red 196 ◦ green 149 ◦ blue 140

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

Shades of Quicksand #C4958C

Tints of Quicksand #C4958C

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

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

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

R = 40.41%
G = 30.72%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4958C (or 0xC4958C) is known color: Quicksand. HEX triplet: C4, 95 and 8C. RGB value is (196,149,140). Sum of RGB (Red+Green+Blue) = 196+149+140=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4958C is #3B6A73. Grayscale: #A2A2A2. Windows color (decimal): -3893876 or 9213380. OLE color: 9213380.

HSL color Cylindrical-coordinate representation of color #C4958C: hue angle of 9.64º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4958C is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 140 -
CMYK 0 0.24 0.29 0.23
HSL 9.64º 0.32% 0.66% -
HSV(B) 9.64º 0.29% 0.77% -
XYZ 38.25 35.12 29.57 -
YUV 162.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 196 149 140 0 0.24 0.29 0.23 9.64 0.32 0.66
Hex C4 95 8C 0 18 1D 17 A 20 42
Octal 304 225 214 0 30 35 27 12 40 102
Binary 11000100 10010101 10001100 0 11000 11101 10111 1010 100000 1000010

Color Harmonies of #C4958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4958C

Black with #C4958C

Text Example


Text Example

White with #C4958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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