Html Css Color HEX #C2998D Quicksand

📋 copy color: '#C2998D'

red 194 ◦ green 153 ◦ blue 141

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

Shades of Quicksand #C2998D

Tints of Quicksand #C2998D

RGB

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

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

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

R = 39.75%
G = 31.35%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2998D (or 0xC2998D) is known color: Quicksand. HEX triplet: C2, 99 and 8D. RGB value is (194,153,141). Sum of RGB (Red+Green+Blue) = 194+153+141=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2998D is #3D6672. Grayscale: #A3A3A3. Windows color (decimal): -4023923 or 9279938. OLE color: 9279938.

HSL color Cylindrical-coordinate representation of color #C2998D: hue angle of 13.58º 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 #C2998D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 141 -
CMYK 0 0.21 0.27 0.24
HSL 13.58º 0.3% 0.66% -
HSV(B) 13.58º 0.27% 0.76% -
XYZ 38.45 36.17 30.16 -
YUV 163.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 194 153 141 0 0.21 0.27 0.24 13.58 0.3 0.66
Hex C2 99 8D 0 15 1B 18 E 1E 42
Octal 302 231 215 0 25 33 30 16 36 102
Binary 11000010 10011001 10001101 0 10101 11011 11000 1110 11110 1000010

Color Harmonies of #C2998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2998D

Black with #C2998D

Text Example


Text Example

White with #C2998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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