Html Css Color HEX #C69689 Quicksand

📋 copy color: '#C69689'

red 198 ◦ green 150 ◦ blue 137

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

Shades of Quicksand #C69689

Tints of Quicksand #C69689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.25%

R = 40.82%
G = 30.93%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C69689 (or 0xC69689) is known color: Quicksand. HEX triplet: C6, 96 and 89. RGB value is (198,150,137). Sum of RGB (Red+Green+Blue) = 198+150+137=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C69689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69689 is #396976. Grayscale: #A2A2A2. Windows color (decimal): -3762551 or 9017030. OLE color: 9017030.

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

Color convert

RGB 198 150 137 -
CMYK 0 0.24 0.31 0.22
HSL 12.79º 0.35% 0.66% -
HSV(B) 12.79º 0.31% 0.78% -
XYZ 38.71 35.62 28.5 -
YUV 162.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 198 150 137 0 0.24 0.31 0.22 12.79 0.35 0.66
Hex C6 96 89 0 18 1F 16 D 23 42
Octal 306 226 211 0 30 37 26 15 43 102
Binary 11000110 10010110 10001001 0 11000 11111 10110 1101 100011 1000010

Color Harmonies of #C69689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69689

Black with #C69689

Text Example


Text Example

White with #C69689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69689; }

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

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

background-color css

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

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

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

border-color css

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

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

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