Html Css Color HEX #C69385 Quicksand

📋 copy color: '#C69385'

red 198 ◦ green 147 ◦ blue 133

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

Shades of Quicksand #C69385

Tints of Quicksand #C69385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.75%

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

R = 41.42%
G = 30.75%
B = 27.82%

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

#C69385 (or 0xC69385) is known color: Quicksand. HEX triplet: C6, 93 and 85. RGB value is (198,147,133). Sum of RGB (Red+Green+Blue) = 198+147+133=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C69385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69385 is #396C7A. Grayscale: #A0A0A0. Windows color (decimal): -3763323 or 8754118. OLE color: 8754118.

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

Color convert

RGB 198 147 133 -
CMYK 0 0.26 0.33 0.22
HSL 12.92º 0.36% 0.65% -
HSV(B) 12.92º 0.33% 0.78% -
XYZ 37.96 34.57 26.86 -
YUV 160.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 198 147 133 0 0.26 0.33 0.22 12.92 0.36 0.65
Hex C6 93 85 0 1A 21 16 D 24 41
Octal 306 223 205 0 32 41 26 15 44 101
Binary 11000110 10010011 10000101 0 11010 100001 10110 1101 100100 1000001

Color Harmonies of #C69385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69385

Black with #C69385

Text Example


Text Example

White with #C69385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69385; }

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

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

background-color css

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

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

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

border-color css

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

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

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