Html Css Color HEX #C3988B Quicksand

📋 copy color: '#C3988B'

red 195 ◦ green 152 ◦ blue 139

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

Shades of Quicksand #C3988B

Tints of Quicksand #C3988B

RGB

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

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

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

R = 40.12%
G = 31.28%
B = 28.6%

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

#C3988B (or 0xC3988B) is known color: Quicksand. HEX triplet: C3, 98 and 8B. RGB value is (195,152,139). Sum of RGB (Red+Green+Blue) = 195+152+139=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3988B is #3C6774. Grayscale: #A3A3A3. Windows color (decimal): -3958645 or 9148611. OLE color: 9148611.

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

Color convert

RGB 195 152 139 -
CMYK 0 0.22 0.29 0.24
HSL 13.93º 0.32% 0.65% -
HSV(B) 13.93º 0.29% 0.76% -
XYZ 38.39 35.92 29.34 -
YUV 163.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 195 152 139 0 0.22 0.29 0.24 13.93 0.32 0.65
Hex C3 98 8B 0 16 1D 18 E 20 41
Octal 303 230 213 0 26 35 30 16 40 101
Binary 11000011 10011000 10001011 0 10110 11101 11000 1110 100000 1000001

Color Harmonies of #C3988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3988B

Black with #C3988B

Text Example


Text Example

White with #C3988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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