Html Css Color HEX #C29385 Quicksand

📋 copy color: '#C29385'

red 194 ◦ green 147 ◦ blue 133

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

Shades of Quicksand #C29385

Tints of Quicksand #C29385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.01%

 BLUE value IS 133 (52.34% from 255) = 28.06%

R = 40.93%
G = 31.01%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C29385 (or 0xC29385) is known color: Quicksand. HEX triplet: C2, 93 and 85. RGB value is (194,147,133). Sum of RGB (Red+Green+Blue) = 194+147+133=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29385 is #3D6C7A. Grayscale: #9F9F9F. Windows color (decimal): -4025467 or 8754114. OLE color: 8754114.

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

Color convert

RGB 194 147 133 -
CMYK 0 0.24 0.31 0.24
HSL 13.77º 0.33% 0.64% -
HSV(B) 13.77º 0.31% 0.76% -
XYZ 36.92 34.03 26.81 -
YUV 159.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 194 147 133 0 0.24 0.31 0.24 13.77 0.33 0.64
Hex C2 93 85 0 18 1F 18 E 21 40
Octal 302 223 205 0 30 37 30 16 41 100
Binary 11000010 10010011 10000101 0 11000 11111 11000 1110 100001 1000000

Color Harmonies of #C29385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29385

Black with #C29385

Text Example


Text Example

White with #C29385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29385; }

 p { color: rgb(194,147,133); }

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

background-color css

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

 a { background-color: rgb(194,147,133); }

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

border-color css

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

 span { border-color: rgb(194,147,133); }

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