Html Css Color HEX #C0958C Quicksand

📋 copy color: '#C0958C'

red 192 ◦ green 149 ◦ blue 140

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

Shades of Quicksand #C0958C

Tints of Quicksand #C0958C

RGB

 RED value IS 192 (75.39% from 255) = 39.92%

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

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

R = 39.92%
G = 30.98%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0958C (or 0xC0958C) is known color: Quicksand. HEX triplet: C0, 95 and 8C. RGB value is (192,149,140). Sum of RGB (Red+Green+Blue) = 192+149+140=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0958C is #3F6A73. Grayscale: #A0A0A0. Windows color (decimal): -4156020 or 9213376. OLE color: 9213376.

HSL color Cylindrical-coordinate representation of color #C0958C: hue angle of 10.38º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0958C is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 140 -
CMYK 0 0.22 0.27 0.25
HSL 10.38º 0.29% 0.65% -
HSV(B) 10.38º 0.27% 0.75% -
XYZ 37.22 34.59 29.53 -
YUV 160.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 192 149 140 0 0.22 0.27 0.25 10.38 0.29 0.65
Hex C0 95 8C 0 16 1B 19 A 1D 41
Octal 300 225 214 0 26 33 31 12 35 101
Binary 11000000 10010101 10001100 0 10110 11011 11001 1010 11101 1000001

Color Harmonies of #C0958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0958C

Black with #C0958C

Text Example


Text Example

White with #C0958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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