Html Css Color HEX #C69384 Quicksand

📋 copy color: '#C69384'

red 198 ◦ green 147 ◦ blue 132

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

Shades of Quicksand #C69384

Tints of Quicksand #C69384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.82%

 BLUE value IS 132 (51.95% from 255) = 27.67%

R = 41.51%
G = 30.82%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C69384 (or 0xC69384) is known color: Quicksand. HEX triplet: C6, 93 and 84. RGB value is (198,147,132). Sum of RGB (Red+Green+Blue) = 198+147+132=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C69384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69384 is #396C7B. Grayscale: #A0A0A0. Windows color (decimal): -3763324 or 8688582. OLE color: 8688582.

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

Color convert

RGB 198 147 132 -
CMYK 0 0.26 0.33 0.22
HSL 13.64º 0.37% 0.65% -
HSV(B) 13.64º 0.33% 0.78% -
XYZ 37.89 34.54 26.5 -
YUV 160.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 198 147 132 0 0.26 0.33 0.22 13.64 0.37 0.65
Hex C6 93 84 0 1A 21 16 E 25 41
Octal 306 223 204 0 32 41 26 16 45 101
Binary 11000110 10010011 10000100 0 11010 100001 10110 1110 100101 1000001

Color Harmonies of #C69384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69384

Black with #C69384

Text Example


Text Example

White with #C69384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69384; }

 p { color: rgb(198,147,132); }

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

background-color css

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

 a { background-color: rgb(198,147,132); }

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

border-color css

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

 span { border-color: rgb(198,147,132); }

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