Html Css Color HEX #C69387 Quicksand

📋 copy color: '#C69387'

red 198 ◦ green 147 ◦ blue 135

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

Shades of Quicksand #C69387

Tints of Quicksand #C69387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.13%

R = 41.25%
G = 30.63%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C69387 (or 0xC69387) is known color: Quicksand. HEX triplet: C6, 93 and 87. RGB value is (198,147,135). Sum of RGB (Red+Green+Blue) = 198+147+135=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C69387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69387 is #396C78. Grayscale: #A0A0A0. Windows color (decimal): -3763321 or 8885190. OLE color: 8885190.

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

Color convert

RGB 198 147 135 -
CMYK 0 0.26 0.32 0.22
HSL 11.43º 0.36% 0.65% -
HSV(B) 11.43º 0.32% 0.78% -
XYZ 38.1 34.62 27.6 -
YUV 160.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 198 147 135 0 0.26 0.32 0.22 11.43 0.36 0.65
Hex C6 93 87 0 1A 20 16 B 24 41
Octal 306 223 207 0 32 40 26 13 44 101
Binary 11000110 10010011 10000111 0 11010 100000 10110 1011 100100 1000001

Color Harmonies of #C69387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69387

Black with #C69387

Text Example


Text Example

White with #C69387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69387; }

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

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

background-color css

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

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

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

border-color css

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

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

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