Html Css Color HEX #C69280 Quicksand

📋 copy color: '#C69280'

red 198 ◦ green 146 ◦ blue 128

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

Shades of Quicksand #C69280

Tints of Quicksand #C69280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.93%

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

R = 41.95%
G = 30.93%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C69280 (or 0xC69280) is known color: Quicksand. HEX triplet: C6, 92 and 80. RGB value is (198,146,128). Sum of RGB (Red+Green+Blue) = 198+146+128=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C69280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69280 is #396D7F. Grayscale: #9F9F9F. Windows color (decimal): -3763584 or 8426182. OLE color: 8426182.

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

Color convert

RGB 198 146 128 -
CMYK 0 0.26 0.35 0.22
HSL 15.43º 0.38% 0.64% -
HSV(B) 15.43º 0.35% 0.78% -
XYZ 37.46 34.12 25.03 -
YUV 159.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 198 146 128 0 0.26 0.35 0.22 15.43 0.38 0.64
Hex C6 92 80 0 1A 23 16 F 26 40
Octal 306 222 200 0 32 43 26 17 46 100
Binary 11000110 10010010 10000000 0 11010 100011 10110 1111 100110 1000000

Color Harmonies of #C69280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69280

Black with #C69280

Text Example


Text Example

White with #C69280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69280; }

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

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

background-color css

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

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

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

border-color css

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

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

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