Html Css Color HEX #C2968A Quicksand

📋 copy color: '#C2968A'

red 194 ◦ green 150 ◦ blue 138

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

Shades of Quicksand #C2968A

Tints of Quicksand #C2968A

RGB

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

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

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

R = 40.25%
G = 31.12%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2968A (or 0xC2968A) is known color: Quicksand. HEX triplet: C2, 96 and 8A. RGB value is (194,150,138). Sum of RGB (Red+Green+Blue) = 194+150+138=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2968A is #3D6975. Grayscale: #A1A1A1. Windows color (decimal): -4024694 or 9082562. OLE color: 9082562.

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

Color convert

RGB 194 150 138 -
CMYK 0 0.23 0.29 0.24
HSL 12.86º 0.31% 0.65% -
HSV(B) 12.86º 0.29% 0.76% -
XYZ 37.74 35.12 28.83 -
YUV 161.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 194 150 138 0 0.23 0.29 0.24 12.86 0.31 0.65
Hex C2 96 8A 0 17 1D 18 D 1F 41
Octal 302 226 212 0 27 35 30 15 37 101
Binary 11000010 10010110 10001010 0 10111 11101 11000 1101 11111 1000001

Color Harmonies of #C2968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2968A

Black with #C2968A

Text Example


Text Example

White with #C2968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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