Html Css Color HEX #C3988A Quicksand

📋 copy color: '#C3988A'

red 195 ◦ green 152 ◦ blue 138

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

Shades of Quicksand #C3988A

Tints of Quicksand #C3988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.34%

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

R = 40.21%
G = 31.34%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3988A (or 0xC3988A) is known color: Quicksand. HEX triplet: C3, 98 and 8A. RGB value is (195,152,138). Sum of RGB (Red+Green+Blue) = 195+152+138=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3988A is #3C6775. Grayscale: #A3A3A3. Windows color (decimal): -3958646 or 9083075. OLE color: 9083075.

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

Color convert

RGB 195 152 138 -
CMYK 0 0.22 0.29 0.24
HSL 14.74º 0.32% 0.65% -
HSV(B) 14.74º 0.29% 0.76% -
XYZ 38.32 35.89 28.95 -
YUV 163.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 195 152 138 0 0.22 0.29 0.24 14.74 0.32 0.65
Hex C3 98 8A 0 16 1D 18 F 20 41
Octal 303 230 212 0 26 35 30 17 40 101
Binary 11000011 10011000 10001010 0 10110 11101 11000 1111 100000 1000001

Color Harmonies of #C3988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3988A

Black with #C3988A

Text Example


Text Example

White with #C3988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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