Html Css Color HEX #C3998A Quicksand

📋 copy color: '#C3998A'

red 195 ◦ green 153 ◦ blue 138

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

Shades of Quicksand #C3998A

Tints of Quicksand #C3998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

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

R = 40.12%
G = 31.48%
B = 28.4%

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

#C3998A (or 0xC3998A) is known color: Quicksand. HEX triplet: C3, 99 and 8A. RGB value is (195,153,138). Sum of RGB (Red+Green+Blue) = 195+153+138=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3998A is #3C6675. Grayscale: #A3A3A3. Windows color (decimal): -3958390 or 9083331. OLE color: 9083331.

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

Color convert

RGB 195 153 138 -
CMYK 0 0.22 0.29 0.24
HSL 15.79º 0.32% 0.65% -
HSV(B) 15.79º 0.29% 0.76% -
XYZ 38.48 36.22 29.01 -
YUV 163.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 195 153 138 0 0.22 0.29 0.24 15.79 0.32 0.65
Hex C3 99 8A 0 16 1D 18 10 20 41
Octal 303 231 212 0 26 35 30 20 40 101
Binary 11000011 10011001 10001010 0 10110 11101 11000 10000 100000 1000001

Color Harmonies of #C3998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3998A

Black with #C3998A

Text Example


Text Example

White with #C3998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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