Html Css Color HEX #C69484 Quicksand

📋 copy color: '#C69484'

red 198 ◦ green 148 ◦ blue 132

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

Shades of Quicksand #C69484

Tints of Quicksand #C69484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.96%

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

R = 41.42%
G = 30.96%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C69484 (or 0xC69484) is known color: Quicksand. HEX triplet: C6, 94 and 84. RGB value is (198,148,132). Sum of RGB (Red+Green+Blue) = 198+148+132=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C69484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69484 is #396B7B. Grayscale: #A1A1A1. Windows color (decimal): -3763068 or 8688838. OLE color: 8688838.

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

Color convert

RGB 198 148 132 -
CMYK 0 0.25 0.33 0.22
HSL 14.55º 0.37% 0.65% -
HSV(B) 14.55º 0.33% 0.78% -
XYZ 38.04 34.85 26.55 -
YUV 161.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 198 148 132 0 0.25 0.33 0.22 14.55 0.37 0.65
Hex C6 94 84 0 19 21 16 F 25 41
Octal 306 224 204 0 31 41 26 17 45 101
Binary 11000110 10010100 10000100 0 11001 100001 10110 1111 100101 1000001

Color Harmonies of #C69484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69484

Black with #C69484

Text Example


Text Example

White with #C69484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69484; }

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

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

background-color css

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

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

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

border-color css

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

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

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