Html Css Color HEX #C2988D Quicksand

📋 copy color: '#C2988D'

red 194 ◦ green 152 ◦ blue 141

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

Shades of Quicksand #C2988D

Tints of Quicksand #C2988D

RGB

 RED value IS 194 (76.17% from 255) = 39.84%

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

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

R = 39.84%
G = 31.21%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2988D (or 0xC2988D) is known color: Quicksand. HEX triplet: C2, 98 and 8D. RGB value is (194,152,141). Sum of RGB (Red+Green+Blue) = 194+152+141=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2988D is #3D6772. Grayscale: #A3A3A3. Windows color (decimal): -4024179 or 9279682. OLE color: 9279682.

HSL color Cylindrical-coordinate representation of color #C2988D: hue angle of 12.45º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2988D is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 152 141 -
CMYK 0 0.22 0.27 0.24
HSL 12.45º 0.3% 0.66% -
HSV(B) 12.45º 0.27% 0.76% -
XYZ 38.28 35.85 30.1 -
YUV 163.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 194 152 141 0 0.22 0.27 0.24 12.45 0.3 0.66
Hex C2 98 8D 0 16 1B 18 C 1E 42
Octal 302 230 215 0 26 33 30 14 36 102
Binary 11000010 10011000 10001101 0 10110 11011 11000 1100 11110 1000010

Color Harmonies of #C2988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2988D

Black with #C2988D

Text Example


Text Example

White with #C2988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2988D; }

 p { color: rgb(194,152,141); }

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

background-color css

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

 a { background-color: rgb(194,152,141); }

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

border-color css

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

 span { border-color: rgb(194,152,141); }

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