Html Css Color HEX #C4988E Quicksand

📋 copy color: '#C4988E'

red 196 ◦ green 152 ◦ blue 142

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

Shades of Quicksand #C4988E

Tints of Quicksand #C4988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.98%

R = 40%
G = 31.02%
B = 28.98%

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

#C4988E (or 0xC4988E) is known color: Quicksand. HEX triplet: C4, 98 and 8E. RGB value is (196,152,142). Sum of RGB (Red+Green+Blue) = 196+152+142=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4988E is #3B6771. Grayscale: #A4A4A4. Windows color (decimal): -3893106 or 9345220. OLE color: 9345220.

HSL color Cylindrical-coordinate representation of color #C4988E: hue angle of 11.11º degrees, saturation: 0.31, 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 #C4988E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 142 -
CMYK 0 0.22 0.28 0.23
HSL 11.11º 0.31% 0.66% -
HSV(B) 11.11º 0.28% 0.77% -
XYZ 38.88 36.15 30.52 -
YUV 164.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 196 152 142 0 0.22 0.28 0.23 11.11 0.31 0.66
Hex C4 98 8E 0 16 1C 17 B 1F 42
Octal 304 230 216 0 26 34 27 13 37 102
Binary 11000100 10011000 10001110 0 10110 11100 10111 1011 11111 1000010

Color Harmonies of #C4988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4988E

Black with #C4988E

Text Example


Text Example

White with #C4988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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