Html Css Color HEX #C39B88 Quicksand

📋 copy color: '#C39B88'

red 195 ◦ green 155 ◦ blue 136

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

Shades of Quicksand #C39B88

Tints of Quicksand #C39B88

RGB

 RED value IS 195 (76.56% from 255) = 40.12%

 GREEN value IS 155 (60.94% from 255) = 31.89%

 BLUE value IS 136 (53.52% from 255) = 27.98%

R = 40.12%
G = 31.89%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C39B88 (or 0xC39B88) is known color: Quicksand. HEX triplet: C3, 9B and 88. RGB value is (195,155,136). Sum of RGB (Red+Green+Blue) = 195+155+136=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B88 is #3C6477. Grayscale: #A4A4A4. Windows color (decimal): -3957880 or 8952771. OLE color: 8952771.

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

Color convert

RGB 195 155 136 -
CMYK 0 0.21 0.30 0.24
HSL 19.32º 0.33% 0.65% -
HSV(B) 19.32º 0.3% 0.76% -
XYZ 38.67 36.82 28.36 -
YUV 164.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 195 155 136 0 0.21 0.30 0.24 19.32 0.33 0.65
Hex C3 9B 88 0 15 1E 18 13 21 41
Octal 303 233 210 0 25 36 30 23 41 101
Binary 11000011 10011011 10001000 0 10101 11110 11000 10011 100001 1000001

Color Harmonies of #C39B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39B88

Black with #C39B88

Text Example


Text Example

White with #C39B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39B88; }

 p { color: rgb(195,155,136); }

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

background-color css

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

 a { background-color: rgb(195,155,136); }

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

border-color css

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

 span { border-color: rgb(195,155,136); }

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