Html Css Color HEX #C69483 Quicksand

📋 copy color: '#C69483'

red 198 ◦ green 148 ◦ blue 131

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

Shades of Quicksand #C69483

Tints of Quicksand #C69483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.46%

R = 41.51%
G = 31.03%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C69483 (or 0xC69483) is known color: Quicksand. HEX triplet: C6, 94 and 83. RGB value is (198,148,131). Sum of RGB (Red+Green+Blue) = 198+148+131=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C69483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69483 is #396B7C. Grayscale: #A1A1A1. Windows color (decimal): -3763069 or 8623302. OLE color: 8623302.

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

Color convert

RGB 198 148 131 -
CMYK 0 0.25 0.34 0.22
HSL 15.22º 0.37% 0.65% -
HSV(B) 15.22º 0.34% 0.78% -
XYZ 37.98 34.82 26.19 -
YUV 161.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 198 148 131 0 0.25 0.34 0.22 15.22 0.37 0.65
Hex C6 94 83 0 19 22 16 F 25 41
Octal 306 224 203 0 31 42 26 17 45 101
Binary 11000110 10010100 10000011 0 11001 100010 10110 1111 100101 1000001

Color Harmonies of #C69483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69483

Black with #C69483

Text Example


Text Example

White with #C69483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69483; }

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

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

background-color css

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

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

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

border-color css

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

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

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