Html Css Color HEX #C69782 Quicksand

📋 copy color: '#C69782'

red 198 ◦ green 151 ◦ blue 130

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

Shades of Quicksand #C69782

Tints of Quicksand #C69782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.52%

 BLUE value IS 130 (51.17% from 255) = 27.14%

R = 41.34%
G = 31.52%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C69782 (or 0xC69782) is known color: Quicksand. HEX triplet: C6, 97 and 82. RGB value is (198,151,130). Sum of RGB (Red+Green+Blue) = 198+151+130=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C69782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69782 is #39687D. Grayscale: #A2A2A2. Windows color (decimal): -3762302 or 8558534. OLE color: 8558534.

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

Color convert

RGB 198 151 130 -
CMYK 0 0.24 0.34 0.22
HSL 18.53º 0.37% 0.64% -
HSV(B) 18.53º 0.34% 0.78% -
XYZ 38.38 35.75 26 -
YUV 162.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 198 151 130 0 0.24 0.34 0.22 18.53 0.37 0.64
Hex C6 97 82 0 18 22 16 13 25 40
Octal 306 227 202 0 30 42 26 23 45 100
Binary 11000110 10010111 10000010 0 11000 100010 10110 10011 100101 1000000

Color Harmonies of #C69782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69782

Black with #C69782

Text Example


Text Example

White with #C69782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69782; }

 p { color: rgb(198,151,130); }

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

background-color css

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

 a { background-color: rgb(198,151,130); }

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

border-color css

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

 span { border-color: rgb(198,151,130); }

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