Html Css Color HEX #C29892 Quicksand

📋 copy color: '#C29892'

red 194 ◦ green 152 ◦ blue 146

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

Shades of Quicksand #C29892

Tints of Quicksand #C29892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.67%

R = 39.43%
G = 30.89%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C29892 (or 0xC29892) is known color: Quicksand. HEX triplet: C2, 98 and 92. RGB value is (194,152,146). Sum of RGB (Red+Green+Blue) = 194+152+146=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C29892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29892 is #3D676D. Grayscale: #A3A3A3. Windows color (decimal): -4024174 or 9607362. OLE color: 9607362.

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

Color convert

RGB 194 152 146 -
CMYK 0 0.22 0.25 0.24
HSL 7.5º 0.28% 0.67% -
HSV(B) 7.5º 0.25% 0.76% -
XYZ 38.66 36 32.11 -
YUV 163.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 194 152 146 0 0.22 0.25 0.24 7.5 0.28 0.67
Hex C2 98 92 0 16 19 18 8 1C 43
Octal 302 230 222 0 26 31 30 10 34 103
Binary 11000010 10011000 10010010 0 10110 11001 11000 1000 11100 1000011

Color Harmonies of #C29892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29892

Black with #C29892

Text Example


Text Example

White with #C29892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29892; }

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

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

background-color css

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

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

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

border-color css

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

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

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