Html Css Color HEX #C3968A Quicksand

📋 copy color: '#C3968A'

red 195 ◦ green 150 ◦ blue 138

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

Shades of Quicksand #C3968A

Tints of Quicksand #C3968A

RGB

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

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

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

R = 40.37%
G = 31.06%
B = 28.57%

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

#C3968A (or 0xC3968A) is known color: Quicksand. HEX triplet: C3, 96 and 8A. RGB value is (195,150,138). Sum of RGB (Red+Green+Blue) = 195+150+138=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3968A is #3C6975. Grayscale: #A2A2A2. Windows color (decimal): -3959158 or 9082563. OLE color: 9082563.

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

Color convert

RGB 195 150 138 -
CMYK 0 0.23 0.29 0.24
HSL 12.63º 0.32% 0.65% -
HSV(B) 12.63º 0.29% 0.76% -
XYZ 38 35.25 28.85 -
YUV 162.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 195 150 138 0 0.23 0.29 0.24 12.63 0.32 0.65
Hex C3 96 8A 0 17 1D 18 D 20 41
Octal 303 226 212 0 27 35 30 15 40 101
Binary 11000011 10010110 10001010 0 10111 11101 11000 1101 100000 1000001

Color Harmonies of #C3968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3968A

Black with #C3968A

Text Example


Text Example

White with #C3968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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