Html Css Color HEX #C2968B Quicksand

📋 copy color: '#C2968B'

red 194 ◦ green 150 ◦ blue 139

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

Shades of Quicksand #C2968B

Tints of Quicksand #C2968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.06%

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 40.17%
G = 31.06%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2968B (or 0xC2968B) is known color: Quicksand. HEX triplet: C2, 96 and 8B. RGB value is (194,150,139). Sum of RGB (Red+Green+Blue) = 194+150+139=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2968B is #3D6974. Grayscale: #A1A1A1. Windows color (decimal): -4024693 or 9148098. OLE color: 9148098.

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

Color convert

RGB 194 150 139 -
CMYK 0 0.23 0.28 0.24
HSL 12º 0.31% 0.65% -
HSV(B) 12º 0.28% 0.76% -
XYZ 37.81 35.15 29.22 -
YUV 161.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 194 150 139 0 0.23 0.28 0.24 12 0.31 0.65
Hex C2 96 8B 0 17 1C 18 C 1F 41
Octal 302 226 213 0 27 34 30 14 37 101
Binary 11000010 10010110 10001011 0 10111 11100 11000 1100 11111 1000001

Color Harmonies of #C2968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2968B

Black with #C2968B

Text Example


Text Example

White with #C2968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2968B; }

 p { color: rgb(194,150,139); }

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

background-color css

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

 a { background-color: rgb(194,150,139); }

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

border-color css

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

 span { border-color: rgb(194,150,139); }

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