Html Css Color HEX #C39690 Quicksand

📋 copy color: '#C39690'

red 195 ◦ green 150 ◦ blue 144

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

Shades of Quicksand #C39690

Tints of Quicksand #C39690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 39.88%
G = 30.67%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C39690 (or 0xC39690) is known color: Quicksand. HEX triplet: C3, 96 and 90. RGB value is (195,150,144). Sum of RGB (Red+Green+Blue) = 195+150+144=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C39690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39690 is #3C696F. Grayscale: #A2A2A2. Windows color (decimal): -3959152 or 9475779. OLE color: 9475779.

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

Color convert

RGB 195 150 144 -
CMYK 0 0.23 0.26 0.24
HSL 7.06º 0.3% 0.66% -
HSV(B) 7.06º 0.26% 0.76% -
XYZ 38.45 35.43 31.2 -
YUV 162.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 195 150 144 0 0.23 0.26 0.24 7.06 0.3 0.66
Hex C3 96 90 0 17 1A 18 7 1E 42
Octal 303 226 220 0 27 32 30 7 36 102
Binary 11000011 10010110 10010000 0 10111 11010 11000 111 11110 1000010

Color Harmonies of #C39690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39690

Black with #C39690

Text Example


Text Example

White with #C39690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39690; }

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

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

background-color css

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

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

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

border-color css

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

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

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