Html Css Color HEX #C4998D Quicksand

📋 copy color: '#C4998D'

red 196 ◦ green 153 ◦ blue 141

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

Shades of Quicksand #C4998D

Tints of Quicksand #C4998D

RGB

 RED value IS 196 (76.95% from 255) = 40%

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

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 40%
G = 31.22%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4998D (or 0xC4998D) is known color: Quicksand. HEX triplet: C4, 99 and 8D. RGB value is (196,153,141). Sum of RGB (Red+Green+Blue) = 196+153+141=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4998D is #3B6672. Grayscale: #A4A4A4. Windows color (decimal): -3892851 or 9279940. OLE color: 9279940.

HSL color Cylindrical-coordinate representation of color #C4998D: hue angle of 13.09º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4998D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 141 -
CMYK 0 0.22 0.28 0.23
HSL 13.09º 0.32% 0.66% -
HSV(B) 13.09º 0.28% 0.77% -
XYZ 38.96 36.44 30.18 -
YUV 164.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 196 153 141 0 0.22 0.28 0.23 13.09 0.32 0.66
Hex C4 99 8D 0 16 1C 17 D 20 42
Octal 304 231 215 0 26 34 27 15 40 102
Binary 11000100 10011001 10001101 0 10110 11100 10111 1101 100000 1000010

Color Harmonies of #C4998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4998D

Black with #C4998D

Text Example


Text Example

White with #C4998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4998D; }

 p { color: rgb(196,153,141); }

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

background-color css

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

 a { background-color: rgb(196,153,141); }

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

border-color css

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

 span { border-color: rgb(196,153,141); }

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