Html Css Color HEX #C69F93 Quicksand

📋 copy color: '#C69F93'

red 198 ◦ green 159 ◦ blue 147

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

Shades of Quicksand #C69F93

Tints of Quicksand #C69F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

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

R = 39.29%
G = 31.55%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C69F93 (or 0xC69F93) is known color: Quicksand. HEX triplet: C6, 9F and 93. RGB value is (198,159,147). Sum of RGB (Red+Green+Blue) = 198+159+147=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F93 is #39606C. Grayscale: #A9A9A9. Windows color (decimal): -3760237 or 9674694. OLE color: 9674694.

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

Color convert

RGB 198 159 147 -
CMYK 0 0.20 0.26 0.22
HSL 14.12º 0.31% 0.68% -
HSV(B) 14.12º 0.26% 0.78% -
XYZ 40.95 38.91 32.96 -
YUV 169.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 198 159 147 0 0.20 0.26 0.22 14.12 0.31 0.68
Hex C6 9F 93 0 14 1A 16 E 1F 44
Octal 306 237 223 0 24 32 26 16 37 104
Binary 11000110 10011111 10010011 0 10100 11010 10110 1110 11111 1000100

Color Harmonies of #C69F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69F93

Black with #C69F93

Text Example


Text Example

White with #C69F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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