Html Css Color HEX #C3958B Quicksand

📋 copy color: '#C3958B'

red 195 ◦ green 149 ◦ blue 139

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

Shades of Quicksand #C3958B

Tints of Quicksand #C3958B

RGB

 RED value IS 195 (76.56% from 255) = 40.37%

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

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 40.37%
G = 30.85%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3958B (or 0xC3958B) is known color: Quicksand. HEX triplet: C3, 95 and 8B. RGB value is (195,149,139). Sum of RGB (Red+Green+Blue) = 195+149+139=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3958B is #3C6A74. Grayscale: #A1A1A1. Windows color (decimal): -3959413 or 9147843. OLE color: 9147843.

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

Color convert

RGB 195 149 139 -
CMYK 0 0.24 0.29 0.24
HSL 10.71º 0.32% 0.65% -
HSV(B) 10.71º 0.29% 0.76% -
XYZ 37.91 34.96 29.18 -
YUV 161.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 195 149 139 0 0.24 0.29 0.24 10.71 0.32 0.65
Hex C3 95 8B 0 18 1D 18 B 20 41
Octal 303 225 213 0 30 35 30 13 40 101
Binary 11000011 10010101 10001011 0 11000 11101 11000 1011 100000 1000001

Color Harmonies of #C3958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3958B

Black with #C3958B

Text Example


Text Example

White with #C3958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3958B; }

 p { color: rgb(195,149,139); }

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

background-color css

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

 a { background-color: rgb(195,149,139); }

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

border-color css

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

 span { border-color: rgb(195,149,139); }

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