Html Css Color HEX #C4988B Quicksand

📋 copy color: '#C4988B'

red 196 ◦ green 152 ◦ blue 139

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

Shades of Quicksand #C4988B

Tints of Quicksand #C4988B

RGB

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

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

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

R = 40.25%
G = 31.21%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4988B (or 0xC4988B) is known color: Quicksand. HEX triplet: C4, 98 and 8B. RGB value is (196,152,139). Sum of RGB (Red+Green+Blue) = 196+152+139=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4988B is #3B6774. Grayscale: #A3A3A3. Windows color (decimal): -3893109 or 9148612. OLE color: 9148612.

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

Color convert

RGB 196 152 139 -
CMYK 0 0.22 0.29 0.23
HSL 13.68º 0.33% 0.66% -
HSV(B) 13.68º 0.29% 0.77% -
XYZ 38.65 36.06 29.35 -
YUV 163.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 196 152 139 0 0.22 0.29 0.23 13.68 0.33 0.66
Hex C4 98 8B 0 16 1D 17 E 21 42
Octal 304 230 213 0 26 35 27 16 41 102
Binary 11000100 10011000 10001011 0 10110 11101 10111 1110 100001 1000010

Color Harmonies of #C4988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4988B

Black with #C4988B

Text Example


Text Example

White with #C4988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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