Html Css Color HEX #C69285 Quicksand

📋 copy color: '#C69285'

red 198 ◦ green 146 ◦ blue 133

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

Shades of Quicksand #C69285

Tints of Quicksand #C69285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.61%

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

R = 41.51%
G = 30.61%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C69285 (or 0xC69285) is known color: Quicksand. HEX triplet: C6, 92 and 85. RGB value is (198,146,133). Sum of RGB (Red+Green+Blue) = 198+146+133=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C69285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69285 is #396D7A. Grayscale: #A0A0A0. Windows color (decimal): -3763579 or 8753862. OLE color: 8753862.

HSL color Cylindrical-coordinate representation of color #C69285: hue angle of 12º 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 #C69285 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 133 -
CMYK 0 0.26 0.33 0.22
HSL 12º 0.36% 0.65% -
HSV(B) 12º 0.33% 0.78% -
XYZ 37.8 34.26 26.81 -
YUV 160.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 198 146 133 0 0.26 0.33 0.22 12 0.36 0.65
Hex C6 92 85 0 1A 21 16 C 24 41
Octal 306 222 205 0 32 41 26 14 44 101
Binary 11000110 10010010 10000101 0 11010 100001 10110 1100 100100 1000001

Color Harmonies of #C69285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69285

Black with #C69285

Text Example


Text Example

White with #C69285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69285; }

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

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

background-color css

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

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

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

border-color css

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

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

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