Html Css Color HEX #C2998E Quicksand

📋 copy color: '#C2998E'

red 194 ◦ green 153 ◦ blue 142

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

Shades of Quicksand #C2998E

Tints of Quicksand #C2998E

RGB

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

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

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

R = 39.67%
G = 31.29%
B = 29.04%

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

#C2998E (or 0xC2998E) is known color: Quicksand. HEX triplet: C2, 99 and 8E. RGB value is (194,153,142). Sum of RGB (Red+Green+Blue) = 194+153+142=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2998E is #3D6671. Grayscale: #A4A4A4. Windows color (decimal): -4023922 or 9345474. OLE color: 9345474.

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

Color convert

RGB 194 153 142 -
CMYK 0 0.21 0.27 0.24
HSL 12.69º 0.3% 0.66% -
HSV(B) 12.69º 0.27% 0.76% -
XYZ 38.52 36.2 30.55 -
YUV 164.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 194 153 142 0 0.21 0.27 0.24 12.69 0.3 0.66
Hex C2 99 8E 0 15 1B 18 D 1E 42
Octal 302 231 216 0 25 33 30 15 36 102
Binary 11000010 10011001 10001110 0 10101 11011 11000 1101 11110 1000010

Color Harmonies of #C2998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2998E

Black with #C2998E

Text Example


Text Example

White with #C2998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2998E; }

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

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

background-color css

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

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

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

border-color css

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

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

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