Html Css Color HEX #C2988A Quicksand

📋 copy color: '#C2988A'

red 194 ◦ green 152 ◦ blue 138

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

Shades of Quicksand #C2988A

Tints of Quicksand #C2988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.51%

R = 40.08%
G = 31.4%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2988A (or 0xC2988A) is known color: Quicksand. HEX triplet: C2, 98 and 8A. RGB value is (194,152,138). Sum of RGB (Red+Green+Blue) = 194+152+138=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2988A is #3D6775. Grayscale: #A3A3A3. Windows color (decimal): -4024182 or 9083074. OLE color: 9083074.

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

Color convert

RGB 194 152 138 -
CMYK 0 0.22 0.29 0.24
HSL 15º 0.31% 0.65% -
HSV(B) 15º 0.29% 0.76% -
XYZ 38.06 35.76 28.94 -
YUV 162.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 194 152 138 0 0.22 0.29 0.24 15 0.31 0.65
Hex C2 98 8A 0 16 1D 18 F 1F 41
Octal 302 230 212 0 26 35 30 17 37 101
Binary 11000010 10011000 10001010 0 10110 11101 11000 1111 11111 1000001

Color Harmonies of #C2988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2988A

Black with #C2988A

Text Example


Text Example

White with #C2988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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