Html Css Color HEX #C2988F Quicksand

📋 copy color: '#C2988F'

red 194 ◦ green 152 ◦ blue 143

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

Shades of Quicksand #C2988F

Tints of Quicksand #C2988F

RGB

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

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

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

R = 39.67%
G = 31.08%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2988F (or 0xC2988F) is known color: Quicksand. HEX triplet: C2, 98 and 8F. RGB value is (194,152,143). Sum of RGB (Red+Green+Blue) = 194+152+143=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2988F is #3D6770. Grayscale: #A3A3A3. Windows color (decimal): -4024177 or 9410754. OLE color: 9410754.

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

Color convert

RGB 194 152 143 -
CMYK 0 0.22 0.26 0.24
HSL 10.59º 0.29% 0.66% -
HSV(B) 10.59º 0.26% 0.76% -
XYZ 38.43 35.91 30.89 -
YUV 163.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 194 152 143 0 0.22 0.26 0.24 10.59 0.29 0.66
Hex C2 98 8F 0 16 1A 18 B 1D 42
Octal 302 230 217 0 26 32 30 13 35 102
Binary 11000010 10011000 10001111 0 10110 11010 11000 1011 11101 1000010

Color Harmonies of #C2988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2988F

Black with #C2988F

Text Example


Text Example

White with #C2988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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