Html Css Color HEX #C69687 Quicksand

📋 copy color: '#C69687'

red 198 ◦ green 150 ◦ blue 135

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

Shades of Quicksand #C69687

Tints of Quicksand #C69687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.95%

R = 40.99%
G = 31.06%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C69687 (or 0xC69687) is known color: Quicksand. HEX triplet: C6, 96 and 87. RGB value is (198,150,135). Sum of RGB (Red+Green+Blue) = 198+150+135=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C69687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69687 is #396978. Grayscale: #A2A2A2. Windows color (decimal): -3762553 or 8885958. OLE color: 8885958.

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

Color convert

RGB 198 150 135 -
CMYK 0 0.24 0.32 0.22
HSL 14.29º 0.36% 0.65% -
HSV(B) 14.29º 0.32% 0.78% -
XYZ 38.57 35.57 27.75 -
YUV 162.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 198 150 135 0 0.24 0.32 0.22 14.29 0.36 0.65
Hex C6 96 87 0 18 20 16 E 24 41
Octal 306 226 207 0 30 40 26 16 44 101
Binary 11000110 10010110 10000111 0 11000 100000 10110 1110 100100 1000001

Color Harmonies of #C69687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69687

Black with #C69687

Text Example


Text Example

White with #C69687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69687; }

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

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

background-color css

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

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

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

border-color css

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

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

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