Html Css Color HEX #C69580 Quicksand

📋 copy color: '#C69580'

red 198 ◦ green 149 ◦ blue 128

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

Shades of Quicksand #C69580

Tints of Quicksand #C69580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.95%

R = 41.68%
G = 31.37%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C69580 (or 0xC69580) is known color: Quicksand. HEX triplet: C6, 95 and 80. RGB value is (198,149,128). Sum of RGB (Red+Green+Blue) = 198+149+128=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C69580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69580 is #396A7F. Grayscale: #A1A1A1. Windows color (decimal): -3762816 or 8426950. OLE color: 8426950.

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

Color convert

RGB 198 149 128 -
CMYK 0 0.25 0.35 0.22
HSL 18º 0.38% 0.64% -
HSV(B) 18º 0.35% 0.78% -
XYZ 37.93 35.06 25.19 -
YUV 161.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 198 149 128 0 0.25 0.35 0.22 18 0.38 0.64
Hex C6 95 80 0 19 23 16 12 26 40
Octal 306 225 200 0 31 43 26 22 46 100
Binary 11000110 10010101 10000000 0 11001 100011 10110 10010 100110 1000000

Color Harmonies of #C69580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69580

Black with #C69580

Text Example


Text Example

White with #C69580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69580; }

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

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

background-color css

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

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

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

border-color css

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

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

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