Html Css Color HEX #C69893 Quicksand

📋 copy color: '#C69893'

red 198 ◦ green 152 ◦ blue 147

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

Shades of Quicksand #C69893

Tints of Quicksand #C69893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.58%

 BLUE value IS 147 (57.81% from 255) = 29.58%

R = 39.84%
G = 30.58%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C69893 (or 0xC69893) is known color: Quicksand. HEX triplet: C6, 98 and 93. RGB value is (198,152,147). Sum of RGB (Red+Green+Blue) = 198+152+147=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C69893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69893 is #39676C. Grayscale: #A5A5A5. Windows color (decimal): -3762029 or 9672902. OLE color: 9672902.

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

Color convert

RGB 198 152 147 -
CMYK 0 0.23 0.26 0.22
HSL 5.88º 0.31% 0.68% -
HSV(B) 5.88º 0.26% 0.78% -
XYZ 39.78 36.57 32.57 -
YUV 165.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 198 152 147 0 0.23 0.26 0.22 5.88 0.31 0.68
Hex C6 98 93 0 17 1A 16 6 1F 44
Octal 306 230 223 0 27 32 26 6 37 104
Binary 11000110 10011000 10010011 0 10111 11010 10110 110 11111 1000100

Color Harmonies of #C69893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69893

Black with #C69893

Text Example


Text Example

White with #C69893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69893; }

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

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

background-color css

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

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

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

border-color css

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

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

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