Html Css Color HEX #C69989 Quicksand

📋 copy color: '#C69989'

red 198 ◦ green 153 ◦ blue 137

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

Shades of Quicksand #C69989

Tints of Quicksand #C69989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.35%

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

R = 40.57%
G = 31.35%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C69989 (or 0xC69989) is known color: Quicksand. HEX triplet: C6, 99 and 89. RGB value is (198,153,137). Sum of RGB (Red+Green+Blue) = 198+153+137=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C69989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69989 is #396676. Grayscale: #A4A4A4. Windows color (decimal): -3761783 or 9017798. OLE color: 9017798.

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

Color convert

RGB 198 153 137 -
CMYK 0 0.23 0.31 0.22
HSL 15.74º 0.35% 0.66% -
HSV(B) 15.74º 0.31% 0.78% -
XYZ 39.2 36.59 28.66 -
YUV 164.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 198 153 137 0 0.23 0.31 0.22 15.74 0.35 0.66
Hex C6 99 89 0 17 1F 16 10 23 42
Octal 306 231 211 0 27 37 26 20 43 102
Binary 11000110 10011001 10001001 0 10111 11111 10110 10000 100011 1000010

Color Harmonies of #C69989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69989

Black with #C69989

Text Example


Text Example

White with #C69989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69989; }

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

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

background-color css

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

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

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

border-color css

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

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

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