Html Css Color HEX #C69281 Quicksand

📋 copy color: '#C69281'

red 198 ◦ green 146 ◦ blue 129

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

Shades of Quicksand #C69281

Tints of Quicksand #C69281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.27%

R = 41.86%
G = 30.87%
B = 27.27%

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

#C69281 (or 0xC69281) is known color: Quicksand. HEX triplet: C6, 92 and 81. RGB value is (198,146,129). Sum of RGB (Red+Green+Blue) = 198+146+129=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C69281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69281 is #396D7E. Grayscale: #9F9F9F. Windows color (decimal): -3763583 or 8491718. OLE color: 8491718.

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

Color convert

RGB 198 146 129 -
CMYK 0 0.26 0.35 0.22
HSL 14.78º 0.38% 0.64% -
HSV(B) 14.78º 0.35% 0.78% -
XYZ 37.53 34.15 25.38 -
YUV 159.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 198 146 129 0 0.26 0.35 0.22 14.78 0.38 0.64
Hex C6 92 81 0 1A 23 16 F 26 40
Octal 306 222 201 0 32 43 26 17 46 100
Binary 11000110 10010010 10000001 0 11010 100011 10110 1111 100110 1000000

Color Harmonies of #C69281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69281

Black with #C69281

Text Example


Text Example

White with #C69281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69281; }

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

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

background-color css

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

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

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

border-color css

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

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

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