Html Css Color HEX #C69983 Quicksand

📋 copy color: '#C69983'

red 198 ◦ green 153 ◦ blue 131

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

Shades of Quicksand #C69983

Tints of Quicksand #C69983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 41.08%
G = 31.74%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C69983 (or 0xC69983) is known color: Quicksand. HEX triplet: C6, 99 and 83. RGB value is (198,153,131). Sum of RGB (Red+Green+Blue) = 198+153+131=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C69983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69983 is #39667C. Grayscale: #A4A4A4. Windows color (decimal): -3761789 or 8624582. OLE color: 8624582.

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

Color convert

RGB 198 153 131 -
CMYK 0 0.23 0.34 0.22
HSL 19.7º 0.37% 0.65% -
HSV(B) 19.7º 0.34% 0.78% -
XYZ 38.78 36.43 26.46 -
YUV 163.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 198 153 131 0 0.23 0.34 0.22 19.7 0.37 0.65
Hex C6 99 83 0 17 22 16 14 25 41
Octal 306 231 203 0 27 42 26 24 45 101
Binary 11000110 10011001 10000011 0 10111 100010 10110 10100 100101 1000001

Color Harmonies of #C69983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69983

Black with #C69983

Text Example


Text Example

White with #C69983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69983; }

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

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

background-color css

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

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

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

border-color css

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

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

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