Html Css Color HEX #C69585 Quicksand

📋 copy color: '#C69585'

red 198 ◦ green 149 ◦ blue 133

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

Shades of Quicksand #C69585

Tints of Quicksand #C69585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.04%

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

R = 41.25%
G = 31.04%
B = 27.71%

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

#C69585 (or 0xC69585) is known color: Quicksand. HEX triplet: C6, 95 and 85. RGB value is (198,149,133). Sum of RGB (Red+Green+Blue) = 198+149+133=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C69585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69585 is #396A7A. Grayscale: #A1A1A1. Windows color (decimal): -3762811 or 8754630. OLE color: 8754630.

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

Color convert

RGB 198 149 133 -
CMYK 0 0.25 0.33 0.22
HSL 14.77º 0.36% 0.65% -
HSV(B) 14.77º 0.33% 0.78% -
XYZ 38.27 35.19 26.97 -
YUV 161.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 198 149 133 0 0.25 0.33 0.22 14.77 0.36 0.65
Hex C6 95 85 0 19 21 16 F 24 41
Octal 306 225 205 0 31 41 26 17 44 101
Binary 11000110 10010101 10000101 0 11001 100001 10110 1111 100100 1000001

Color Harmonies of #C69585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69585

Black with #C69585

Text Example


Text Example

White with #C69585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69585; }

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

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

background-color css

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

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

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

border-color css

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

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

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