Html Css Color HEX #C0958A Quicksand

📋 copy color: '#C0958A'

red 192 ◦ green 149 ◦ blue 138

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

Shades of Quicksand #C0958A

Tints of Quicksand #C0958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.81%

R = 40.08%
G = 31.11%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0958A (or 0xC0958A) is known color: Quicksand. HEX triplet: C0, 95 and 8A. RGB value is (192,149,138). Sum of RGB (Red+Green+Blue) = 192+149+138=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0958A is #3F6A75. Grayscale: #A0A0A0. Windows color (decimal): -4156022 or 9082304. OLE color: 9082304.

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

Color convert

RGB 192 149 138 -
CMYK 0 0.22 0.28 0.25
HSL 12.22º 0.3% 0.65% -
HSV(B) 12.22º 0.28% 0.75% -
XYZ 37.07 34.54 28.76 -
YUV 160.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 192 149 138 0 0.22 0.28 0.25 12.22 0.3 0.65
Hex C0 95 8A 0 16 1C 19 C 1E 41
Octal 300 225 212 0 26 34 31 14 36 101
Binary 11000000 10010101 10001010 0 10110 11100 11001 1100 11110 1000001

Color Harmonies of #C0958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0958A

Black with #C0958A

Text Example


Text Example

White with #C0958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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