Html Css Color HEX #C2978C Quicksand

📋 copy color: '#C2978C'

red 194 ◦ green 151 ◦ blue 140

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

Shades of Quicksand #C2978C

Tints of Quicksand #C2978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.13%

 BLUE value IS 140 (55.08% from 255) = 28.87%

R = 40%
G = 31.13%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2978C (or 0xC2978C) is known color: Quicksand. HEX triplet: C2, 97 and 8C. RGB value is (194,151,140). Sum of RGB (Red+Green+Blue) = 194+151+140=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2978C is #3D6873. Grayscale: #A2A2A2. Windows color (decimal): -4024436 or 9213890. OLE color: 9213890.

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

Color convert

RGB 194 151 140 -
CMYK 0 0.22 0.28 0.24
HSL 12.22º 0.31% 0.65% -
HSV(B) 12.22º 0.28% 0.76% -
XYZ 38.05 35.5 29.66 -
YUV 162.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 194 151 140 0 0.22 0.28 0.24 12.22 0.31 0.65
Hex C2 97 8C 0 16 1C 18 C 1F 41
Octal 302 227 214 0 26 34 30 14 37 101
Binary 11000010 10010111 10001100 0 10110 11100 11000 1100 11111 1000001

Color Harmonies of #C2978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2978C

Black with #C2978C

Text Example


Text Example

White with #C2978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2978C; }

 p { color: rgb(194,151,140); }

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

background-color css

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

 a { background-color: rgb(194,151,140); }

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

border-color css

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

 span { border-color: rgb(194,151,140); }

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