Html Css Color HEX #C1958A Quicksand

📋 copy color: '#C1958A'

red 193 ◦ green 149 ◦ blue 138

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

Shades of Quicksand #C1958A

Tints of Quicksand #C1958A

RGB

 RED value IS 193 (75.78% from 255) = 40.21%

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

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

R = 40.21%
G = 31.04%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1958A (or 0xC1958A) is known color: Quicksand. HEX triplet: C1, 95 and 8A. RGB value is (193,149,138). Sum of RGB (Red+Green+Blue) = 193+149+138=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1958A is #3E6A75. Grayscale: #A0A0A0. Windows color (decimal): -4090486 or 9082305. OLE color: 9082305.

HSL color Cylindrical-coordinate representation of color #C1958A: hue angle of 12º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1958A is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 149 138 -
CMYK 0 0.23 0.28 0.24
HSL 12º 0.31% 0.65% -
HSV(B) 12º 0.28% 0.76% -
XYZ 37.33 34.67 28.77 -
YUV 160.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 193 149 138 0 0.23 0.28 0.24 12 0.31 0.65
Hex C1 95 8A 0 17 1C 18 C 1F 41
Octal 301 225 212 0 27 34 30 14 37 101
Binary 11000001 10010101 10001010 0 10111 11100 11000 1100 11111 1000001

Color Harmonies of #C1958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1958A

Black with #C1958A

Text Example


Text Example

White with #C1958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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