Html Css Color HEX #C39B92 Quicksand

📋 copy color: '#C39B92'

red 195 ◦ green 155 ◦ blue 146

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

Shades of Quicksand #C39B92

Tints of Quicksand #C39B92

RGB

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

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

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

R = 39.31%
G = 31.25%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C39B92 (or 0xC39B92) is known color: Quicksand. HEX triplet: C3, 9B and 92. RGB value is (195,155,146). Sum of RGB (Red+Green+Blue) = 195+155+146=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B92 is #3C646D. Grayscale: #A6A6A6. Windows color (decimal): -3957870 or 9608131. OLE color: 9608131.

HSL color Cylindrical-coordinate representation of color #C39B92: hue angle of 11.02º degrees, saturation: 0.29, 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 #C39B92 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 155 146 -
CMYK 0 0.21 0.25 0.24
HSL 11.02º 0.29% 0.67% -
HSV(B) 11.02º 0.25% 0.76% -
XYZ 39.42 37.12 32.28 -
YUV 165.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 195 155 146 0 0.21 0.25 0.24 11.02 0.29 0.67
Hex C3 9B 92 0 15 19 18 B 1D 43
Octal 303 233 222 0 25 31 30 13 35 103
Binary 11000011 10011011 10010010 0 10101 11001 11000 1011 11101 1000011

Color Harmonies of #C39B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39B92

Black with #C39B92

Text Example


Text Example

White with #C39B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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