Html Css Color HEX #C29690 Quicksand

📋 copy color: '#C29690'

red 194 ◦ green 150 ◦ blue 144

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

Shades of Quicksand #C29690

Tints of Quicksand #C29690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.51%

R = 39.75%
G = 30.74%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C29690 (or 0xC29690) is known color: Quicksand. HEX triplet: C2, 96 and 90. RGB value is (194,150,144). Sum of RGB (Red+Green+Blue) = 194+150+144=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C29690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29690 is #3D696F. Grayscale: #A2A2A2. Windows color (decimal): -4024688 or 9475778. OLE color: 9475778.

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

Color convert

RGB 194 150 144 -
CMYK 0 0.23 0.26 0.24
HSL 7.2º 0.29% 0.66% -
HSV(B) 7.2º 0.26% 0.76% -
XYZ 38.19 35.3 31.19 -
YUV 162.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 194 150 144 0 0.23 0.26 0.24 7.2 0.29 0.66
Hex C2 96 90 0 17 1A 18 7 1D 42
Octal 302 226 220 0 27 32 30 7 35 102
Binary 11000010 10010110 10010000 0 10111 11010 11000 111 11101 1000010

Color Harmonies of #C29690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29690

Black with #C29690

Text Example


Text Example

White with #C29690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29690; }

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

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

background-color css

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

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

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

border-color css

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

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

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