Html Css Color HEX #C69485 Quicksand

📋 copy color: '#C69485'

red 198 ◦ green 148 ◦ blue 133

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

Shades of Quicksand #C69485

Tints of Quicksand #C69485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 41.34%
G = 30.9%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C69485 (or 0xC69485) is known color: Quicksand. HEX triplet: C6, 94 and 85. RGB value is (198,148,133). Sum of RGB (Red+Green+Blue) = 198+148+133=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C69485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69485 is #396B7A. Grayscale: #A1A1A1. Windows color (decimal): -3763067 or 8754374. OLE color: 8754374.

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

Color convert

RGB 198 148 133 -
CMYK 0 0.25 0.33 0.22
HSL 13.85º 0.36% 0.65% -
HSV(B) 13.85º 0.33% 0.78% -
XYZ 38.11 34.88 26.91 -
YUV 161.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 198 148 133 0 0.25 0.33 0.22 13.85 0.36 0.65
Hex C6 94 85 0 19 21 16 E 24 41
Octal 306 224 205 0 31 41 26 16 44 101
Binary 11000110 10010100 10000101 0 11001 100001 10110 1110 100100 1000001

Color Harmonies of #C69485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69485

Black with #C69485

Text Example


Text Example

White with #C69485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69485; }

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

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

background-color css

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

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

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

border-color css

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

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

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