Html Css Color HEX #C29583 Quicksand

📋 copy color: '#C29583'

red 194 ◦ green 149 ◦ blue 131

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

Shades of Quicksand #C29583

Tints of Quicksand #C29583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.43%

 BLUE value IS 131 (51.56% from 255) = 27.64%

R = 40.93%
G = 31.43%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C29583 (or 0xC29583) is known color: Quicksand. HEX triplet: C2, 95 and 83. RGB value is (194,149,131). Sum of RGB (Red+Green+Blue) = 194+149+131=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29583 is #3D6A7C. Grayscale: #A0A0A0. Windows color (decimal): -4024957 or 8623554. OLE color: 8623554.

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

Color convert

RGB 194 149 131 -
CMYK 0 0.23 0.32 0.24
HSL 17.14º 0.34% 0.64% -
HSV(B) 17.14º 0.32% 0.76% -
XYZ 37.09 34.6 26.2 -
YUV 160.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 194 149 131 0 0.23 0.32 0.24 17.14 0.34 0.64
Hex C2 95 83 0 17 20 18 11 22 40
Octal 302 225 203 0 27 40 30 21 42 100
Binary 11000010 10010101 10000011 0 10111 100000 11000 10001 100010 1000000

Color Harmonies of #C29583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29583

Black with #C29583

Text Example


Text Example

White with #C29583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29583; }

 p { color: rgb(194,149,131); }

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

background-color css

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

 a { background-color: rgb(194,149,131); }

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

border-color css

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

 span { border-color: rgb(194,149,131); }

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