Html Css Color HEX #C2998F Quicksand

📋 copy color: '#C2998F'

red 194 ◦ green 153 ◦ blue 143

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

Shades of Quicksand #C2998F

Tints of Quicksand #C2998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 39.59%
G = 31.22%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2998F (or 0xC2998F) is known color: Quicksand. HEX triplet: C2, 99 and 8F. RGB value is (194,153,143). Sum of RGB (Red+Green+Blue) = 194+153+143=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2998F is #3D6670. Grayscale: #A4A4A4. Windows color (decimal): -4023921 or 9411010. OLE color: 9411010.

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

Color convert

RGB 194 153 143 -
CMYK 0 0.21 0.26 0.24
HSL 11.76º 0.29% 0.66% -
HSV(B) 11.76º 0.26% 0.76% -
XYZ 38.6 36.23 30.95 -
YUV 164.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 194 153 143 0 0.21 0.26 0.24 11.76 0.29 0.66
Hex C2 99 8F 0 15 1A 18 C 1D 42
Octal 302 231 217 0 25 32 30 14 35 102
Binary 11000010 10011001 10001111 0 10101 11010 11000 1100 11101 1000010

Color Harmonies of #C2998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2998F

Black with #C2998F

Text Example


Text Example

White with #C2998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2998F; }

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

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

background-color css

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

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

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

border-color css

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

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

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