Html Css Color HEX #C3968B Quicksand

📋 copy color: '#C3968B'

red 195 ◦ green 150 ◦ blue 139

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

Shades of Quicksand #C3968B

Tints of Quicksand #C3968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.99%

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

R = 40.29%
G = 30.99%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3968B (or 0xC3968B) is known color: Quicksand. HEX triplet: C3, 96 and 8B. RGB value is (195,150,139). Sum of RGB (Red+Green+Blue) = 195+150+139=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3968B is #3C6974. Grayscale: #A2A2A2. Windows color (decimal): -3959157 or 9148099. OLE color: 9148099.

HSL color Cylindrical-coordinate representation of color #C3968B: hue angle of 11.79º 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 #C3968B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 150 139 -
CMYK 0 0.23 0.29 0.24
HSL 11.79º 0.32% 0.65% -
HSV(B) 11.79º 0.29% 0.76% -
XYZ 38.07 35.28 29.23 -
YUV 162.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 195 150 139 0 0.23 0.29 0.24 11.79 0.32 0.65
Hex C3 96 8B 0 17 1D 18 C 20 41
Octal 303 226 213 0 27 35 30 14 40 101
Binary 11000011 10010110 10001011 0 10111 11101 11000 1100 100000 1000001

Color Harmonies of #C3968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3968B

Black with #C3968B

Text Example


Text Example

White with #C3968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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