Html Css Color HEX #C69589 Quicksand

📋 copy color: '#C69589'

red 198 ◦ green 149 ◦ blue 137

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

Shades of Quicksand #C69589

Tints of Quicksand #C69589

RGB

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

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

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

R = 40.91%
G = 30.79%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C69589 (or 0xC69589) is known color: Quicksand. HEX triplet: C6, 95 and 89. RGB value is (198,149,137). Sum of RGB (Red+Green+Blue) = 198+149+137=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C69589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69589 is #396A76. Grayscale: #A2A2A2. Windows color (decimal): -3762807 or 9016774. OLE color: 9016774.

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

Color convert

RGB 198 149 137 -
CMYK 0 0.25 0.31 0.22
HSL 11.8º 0.35% 0.66% -
HSV(B) 11.8º 0.31% 0.78% -
XYZ 38.55 35.31 28.45 -
YUV 162.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 198 149 137 0 0.25 0.31 0.22 11.8 0.35 0.66
Hex C6 95 89 0 19 1F 16 C 23 42
Octal 306 225 211 0 31 37 26 14 43 102
Binary 11000110 10010101 10001001 0 11001 11111 10110 1100 100011 1000010

Color Harmonies of #C69589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69589

Black with #C69589

Text Example


Text Example

White with #C69589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69589; }

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

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

background-color css

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

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

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

border-color css

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

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

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