Html Css Color HEX #C69F94 Quicksand

📋 copy color: '#C69F94'

red 198 ◦ green 159 ◦ blue 148

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

Shades of Quicksand #C69F94

Tints of Quicksand #C69F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 39.21%
G = 31.49%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C69F94 (or 0xC69F94) is known color: Quicksand. HEX triplet: C6, 9F and 94. RGB value is (198,159,148). Sum of RGB (Red+Green+Blue) = 198+159+148=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F94 is #39606B. Grayscale: #A9A9A9. Windows color (decimal): -3760236 or 9740230. OLE color: 9740230.

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

Color convert

RGB 198 159 148 -
CMYK 0 0.20 0.25 0.22
HSL 13.2º 0.3% 0.68% -
HSV(B) 13.2º 0.25% 0.78% -
XYZ 41.03 38.94 33.37 -
YUV 169.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 198 159 148 0 0.20 0.25 0.22 13.2 0.3 0.68
Hex C6 9F 94 0 14 19 16 D 1E 44
Octal 306 237 224 0 24 31 26 15 36 104
Binary 11000110 10011111 10010100 0 10100 11001 10110 1101 11110 1000100

Color Harmonies of #C69F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69F94

Black with #C69F94

Text Example


Text Example

White with #C69F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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