Html Css Color HEX #C69685 Quicksand

📋 copy color: '#C69685'

red 198 ◦ green 150 ◦ blue 133

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

Shades of Quicksand #C69685

Tints of Quicksand #C69685

RGB

 RED value IS 198 (77.73% from 255) = 41.16%

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 41.16%
G = 31.19%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C69685 (or 0xC69685) is known color: Quicksand. HEX triplet: C6, 96 and 85. RGB value is (198,150,133). Sum of RGB (Red+Green+Blue) = 198+150+133=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C69685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69685 is #39697A. Grayscale: #A2A2A2. Windows color (decimal): -3762555 or 8754886. OLE color: 8754886.

HSL color Cylindrical-coordinate representation of color #C69685: hue angle of 15.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69685 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 133 -
CMYK 0 0.24 0.33 0.22
HSL 15.69º 0.36% 0.65% -
HSV(B) 15.69º 0.33% 0.78% -
XYZ 38.43 35.51 27.02 -
YUV 162.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 198 150 133 0 0.24 0.33 0.22 15.69 0.36 0.65
Hex C6 96 85 0 18 21 16 10 24 41
Octal 306 226 205 0 30 41 26 20 44 101
Binary 11000110 10010110 10000101 0 11000 100001 10110 10000 100100 1000001

Color Harmonies of #C69685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69685

Black with #C69685

Text Example


Text Example

White with #C69685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69685; }

 p { color: rgb(198,150,133); }

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

background-color css

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

 a { background-color: rgb(198,150,133); }

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

border-color css

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

 span { border-color: rgb(198,150,133); }

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